Color Hex Logo

#ddb836 Color Hex

#DDB836
(221,184,54)
0 Favorites   0 Comments

Color spaces of #ddb836

RGB 22118454
HSL0.130.710.54
HSV47°76°87°
CMYK 0.000.170.76   0.13
XYZ47.625149.919510.6153
Yxy49.91950.44030.4615
Hunter Lab70.6537-3.323740.5496
CIE-Lab76.01980.495766.6055

#ddb836 color RGB value is (221,184,54).

#ddb836 hex color red value is 221, green value is 184 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #ddb836 hue: 0.13 , saturation: 0.71 and the lightness value of ddb836 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111000 00110110
Octal 335 270 66
Decimal 221 184 54
Hex DD B8 36

RGB Percentages of Color #ddb836

%48.15
%40.09
%11.76

CMYK Percentages of Color #ddb836

%0
%17
%76
%13

Triadic Colors of #ddb836

#ddb836 #36ddb8 #b836dd

Analogous Colors of #ddb836

#ddb836 #afdd36 #dd6536

Monochromatic Colors of #ddb836

#ddb836

Complementary Color

#ddb836 #365bdd

#ddb836 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb836 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb836 Color CSS Codes

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

#ddb836 Text Font Color

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

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


#ddb836 Background Color

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

This div background color is #ddb836


#ddb836 Border Color

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

This div border color is #ddb836


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb836


Comments

No comments written yet.

Please login to write comment.