Color Hex Logo

#ddb72b Color Hex

#DDB72B
(221,183,43)
0 Favorites   0 Comments

Color spaces of #ddb72b

RGB 22118343
HSL0.130.720.52
HSV47°81°87°
CMYK 0.000.170.81   0.13
XYZ47.188349.41359.3362
Yxy49.41350.44540.4664
Hunter Lab70.2947-3.190241.3317
CIE-Lab75.70790.622569.9241

#ddb72b color RGB value is (221,183,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110111 00101011
Octal 335 267 53
Decimal 221 183 43
Hex DD B7 2B

RGB Percentages of Color #ddb72b

%49.44
%40.94
%9.62

CMYK Percentages of Color #ddb72b

%0
%17
%81
%13

Triadic Colors of #ddb72b

#ddb72b #2bddb7 #b72bdd

Analogous Colors of #ddb72b

#ddb72b #aadd2b #dd5e2b

Monochromatic Colors of #ddb72b

#ddb72b

Complementary Color

#ddb72b #2b51dd

#ddb72b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb72b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb72b Color CSS Codes

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

#ddb72b Text Font Color

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

This sample text font color is #ddb72b
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.


#ddb72b Background Color

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

This div background color is #ddb72b


#ddb72b Border Color

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

This div border color is #ddb72b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb72b


Comments

No comments written yet.

Please login to write comment.