Color Hex Logo

#ddb73d Color Hex

#DDB73D
(221,183,61)
0 Favorites   0 Comments

Color spaces of #ddb73d

RGB 22118361
HSL0.130.700.55
HSV46°72°87°
CMYK 0.000.170.72   0.13
XYZ47.594649.576011.4755
Yxy49.57600.43810.4563
Hunter Lab70.4102-2.558839.6240
CIE-Lab75.80831.322863.8187

#ddb73d color RGB value is (221,183,61).

#ddb73d hex color red value is 221, green value is 183 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ddb73d hue: 0.13 , saturation: 0.70 and the lightness value of ddb73d is 0.55.

The process color (four color CMYK) of #ddb73d color hex is 0.00, 0.17, 0.72, 0.13. Web safe color of #ddb73d is #cccc33. Color #ddb73d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110111 00111101
Octal 335 267 75
Decimal 221 183 61
Hex DD B7 3D

RGB Percentages of Color #ddb73d

%47.53
%39.35
%13.12

CMYK Percentages of Color #ddb73d

%0
%17
%72
%13

Triadic Colors of #ddb73d

#ddb73d #3dddb7 #b73ddd

Analogous Colors of #ddb73d

#ddb73d #b3dd3d #dd673d

Monochromatic Colors of #ddb73d

#ddb73d

Complementary Color

#ddb73d #3d63dd

#ddb73d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb73d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb73d Color CSS Codes

.mybgcolor {background-color:#ddb73d; } 
.myforecolor {color:#ddb73d; }
.mybordercolor {border:3px solid #ddb73d; }

#ddb73d Text Font Color

<p style="color:#ddb73d">Text here</p>

This sample text font color is #ddb73d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddb73d Background Color

<div style="background-color:#ddb73d">
Div content here</div>

This div background color is #ddb73d


#ddb73d Border Color

<div style="border:3px solid #ddb73d">
Div here</div>

This div border color is #ddb73d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,183,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddb73d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddb73d;
  -webkit-box-shadow: 1px 1px 3px 2px #ddb73d;
  box-shadow:         1px 1px 3px 2px #ddb73d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,183,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddb73d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddb73d;
  -webkit-box-shadow: 1px 1px 3px 2px #ddb73d;
  box-shadow:         1px 1px 3px 2px #ddb73d;">
Div content here</div>

This div box has shadow with color #ddb73d


Comments

No comments written yet.

Please login to write comment.