Color Hex Logo

#ddb36f Color Hex

#DDB36F
(221,179,111)
0 Favorites   0 Comments

Color spaces of #ddb36f

RGB 221179111
HSL0.100.620.65
HSV37°50°87°
CMYK 0.000.190.50   0.13
XYZ48.808148.760021.8781
Yxy48.76000.40860.4082
Hunter Lab69.82842.566930.3036
CIE-Lab75.30186.852140.2747

#ddb36f color RGB value is (221,179,111).

#ddb36f hex color red value is 221, green value is 179 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ddb36f hue: 0.10 , saturation: 0.62 and the lightness value of ddb36f is 0.65.

The process color (four color CMYK) of #ddb36f color hex is 0.00, 0.19, 0.50, 0.13. Web safe color of #ddb36f is #cccc66. Color #ddb36f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110011 01101111
Octal 335 263 157
Decimal 221 179 111
Hex DD B3 6F

RGB Percentages of Color #ddb36f

%43.25
%35.03
%21.72

CMYK Percentages of Color #ddb36f

%0
%19
%50
%13

Triadic Colors of #ddb36f

#ddb36f #6fddb3 #b36fdd

Analogous Colors of #ddb36f

#ddb36f #d0dd6f #dd7c6f

Monochromatic Colors of #ddb36f

#ddb36f

Complementary Color

#ddb36f #6f99dd

#ddb36f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb36f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb36f Color CSS Codes

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

#ddb36f Text Font Color

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

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


#ddb36f Background Color

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

This div background color is #ddb36f


#ddb36f Border Color

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

This div border color is #ddb36f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb36f


Comments

No comments written yet.

Please login to write comment.