Html Css Color HEX #DDB887 Burly Wood

📋 copy color: '#DDB887'

red 221 ◦ green 184 ◦ blue 135

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

Shades of Burly Wood #DDB887

Tints of Burly Wood #DDB887

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.07%

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

R = 40.93%
G = 34.07%
B = 25%

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

#DDB887 (or 0xDDB887) is known color: Burly Wood. HEX triplet: DD, B8 and 87. RGB value is (221,184,135). Sum of RGB (Red+Green+Blue) = 221+184+135=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 184 (72.27% from 255 or 34.07% from 540); Blue value is 135 (53.12% from 255 or 25% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB887 is #224778. Grayscale: #BDBDBD. Windows color (decimal): -2246521 or 8894685. OLE color: 8894685.

HSL color Cylindrical-coordinate representation of color #DDB887: hue angle of 34.19º 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 #DDB887 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 184 135 -
CMYK 0 0.17 0.39 0.13
HSL 34.19º 0.56% 0.7% -
HSV(B) 34.19º 0.39% 0.87% -
XYZ 51.33 51.4 30.14 -
YUV 189.48 97.26 150.48 -
System Red Green Blue C M Y K H S L
Decimal 221 184 135 0 0.17 0.39 0.13 34.19 0.56 0.7
Hex DD B8 87 0 11 27 D 22 38 46
Octal 335 270 207 0 21 47 15 42 70 106
Binary 11011101 10111000 10000111 0 10001 100111 1101 100010 111000 1000110

Color Harmonies of #DDB887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB887

Black with #DDB887

Text Example


Text Example

White with #DDB887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB887; }

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

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

background-color css

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

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

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

border-color css

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

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

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