Html Css Color HEX #DDBB89 Burly Wood

📋 copy color: '#DDBB89'

red 221 ◦ green 187 ◦ blue 137

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

Shades of Burly Wood #DDBB89

Tints of Burly Wood #DDBB89

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.31%

 BLUE value IS 137 (53.91% from 255) = 25.14%

R = 40.55%
G = 34.31%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDBB89 (or 0xDDBB89) is known color: Burly Wood. HEX triplet: DD, BB and 89. RGB value is (221,187,137). Sum of RGB (Red+Green+Blue) = 221+187+137=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 137 (53.91% from 255 or 25.14% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBB89 is #224476. Grayscale: #BFBFBF. Windows color (decimal): -2245751 or 9026525. OLE color: 9026525.

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

Color convert

RGB 221 187 137 -
CMYK 0 0.15 0.38 0.13
HSL 35.71º 0.55% 0.7% -
HSV(B) 35.71º 0.38% 0.87% -
XYZ 52.1 52.72 31.1 -
YUV 191.47 97.26 149.07 -
System Red Green Blue C M Y K H S L
Decimal 221 187 137 0 0.15 0.38 0.13 35.71 0.55 0.7
Hex DD BB 89 0 F 26 D 24 37 46
Octal 335 273 211 0 17 46 15 44 67 106
Binary 11011101 10111011 10001001 0 1111 100110 1101 100100 110111 1000110

Color Harmonies of #DDBB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB89

Black with #DDBB89

Text Example


Text Example

White with #DDBB89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB89; }

 p { color: rgb(221,187,137); }

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

background-color css

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

 a { background-color: rgb(221,187,137); }

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

border-color css

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

 span { border-color: rgb(221,187,137); }

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