Html Css Color HEX #DDB787 Burly Wood

📋 copy color: '#DDB787'

red 221 ◦ green 183 ◦ blue 135

#DDB787
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burly Wood #DDB787

Tints of Burly Wood #DDB787

RGB

 RED value IS 221 (86.72% from 255) = 41%

 GREEN value IS 183 (71.88% from 255) = 33.95%

 BLUE value IS 135 (53.13% from 255) = 25.05%

R = 41%
G = 33.95%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.39

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDB787 (or 0xDDB787) is known color: Burly Wood. HEX triplet: DD, B7 and 87. RGB value is (221,183,135). Sum of RGB (Red+Green+Blue) = 221+183+135=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 183 (71.88% from 255 or 33.95% from 539); Blue value is 135 (53.12% from 255 or 25.05% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB787 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB787 is #224878. Grayscale: #BDBDBD. Windows color (decimal): -2246777 or 8894429. OLE color: 8894429.

HSL color Cylindrical-coordinate representation of color #DDB787: hue angle of 33.49º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDB787 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 183 135 -
CMYK 0 0.17 0.39 0.13
HSL 33.49º 0.56% 0.7% -
HSV(B) 33.49º 0.39% 0.87% -
XYZ 51.13 50.99 30.07 -
YUV 188.89 97.59 150.9 -
System Red Green Blue C M Y K H S L
Decimal 221 183 135 0 0.17 0.39 0.13 33.49 0.56 0.7
Hex DD B7 87 0 11 27 D 21 38 46
Octal 335 267 207 0 21 47 15 41 70 106
Binary 11011101 10110111 10000111 0 10001 100111 1101 100001 111000 1000110

Color Harmonies of #DDB787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB787

Black with #DDB787

Text Example


Text Example

White with #DDB787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB787; }

 p { color: rgb(221,183,135); }

 H1.HeaderClassName
 {
   color: #DDB787;
 }
 .AnyTagClassName
 {
   color: #DDB787;
 }
</style>

background-color css

<style>
 a { background-color: #DDB787; }

 a { background-color: rgb(221,183,135); }

 div.DivClassName
 {
   background-color: #DDB787;
 }
 .BgClassName
 {
   background-color: #DDB787;
 }
</style>

border-color css

<style>
 span { border-color: #DDB787; }

 span { border-color: rgb(221,183,135); }

 td.TdClassName
 {
   border-color: #DDB787;
 }
 .TagClassName
 {
   border-color: #DDB787;
 }
</style>