Color Hex Logo

#ddb636 Color Hex

#DDB636
(221,182,54)
0 Favorites   0 Comments

Color spaces of #ddb636

RGB 22118254
HSL0.130.710.54
HSV46°76°87°
CMYK 0.000.180.76   0.13
XYZ47.212649.094410.4778
Yxy49.09440.44210.4598
Hunter Lab70.0674-2.341640.1810
CIE-Lab75.51001.543266.1257

#ddb636 color RGB value is (221,182,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110110 00110110
Octal 335 266 66
Decimal 221 182 54
Hex DD B6 36

RGB Percentages of Color #ddb636

%48.36
%39.82
%11.82

CMYK Percentages of Color #ddb636

%0
%18
%76
%13

Triadic Colors of #ddb636

#ddb636 #36ddb6 #b636dd

Analogous Colors of #ddb636

#ddb636 #b1dd36 #dd6236

Monochromatic Colors of #ddb636

#ddb636

Complementary Color

#ddb636 #365ddd

#ddb636 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb636 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb636 Color CSS Codes

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

#ddb636 Text Font Color

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

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


#ddb636 Background Color

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

This div background color is #ddb636


#ddb636 Border Color

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

This div border color is #ddb636


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,182,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 #ddb636">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb636


Comments

No comments written yet.

Please login to write comment.