Html Css Color HEX #DDBB8B Burly Wood

📋 copy color: '#DDBB8B'

red 221 ◦ green 187 ◦ blue 139

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

Shades of Burly Wood #DDBB8B

Tints of Burly Wood #DDBB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.41%

R = 40.4%
G = 34.19%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DDBB8B (or 0xDDBB8B) is known color: Burly Wood. HEX triplet: DD, BB and 8B. RGB value is (221,187,139). Sum of RGB (Red+Green+Blue) = 221+187+139=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 139 (54.69% from 255 or 25.41% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBB8B is #224474. Grayscale: #BFBFBF. Windows color (decimal): -2245749 or 9157597. OLE color: 9157597.

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

Color convert

RGB 221 187 139 -
CMYK 0 0.15 0.37 0.13
HSL 35.12º 0.55% 0.71% -
HSV(B) 35.12º 0.37% 0.87% -
XYZ 52.25 52.78 31.86 -
YUV 191.69 98.26 148.9 -
System Red Green Blue C M Y K H S L
Decimal 221 187 139 0 0.15 0.37 0.13 35.12 0.55 0.71
Hex DD BB 8B 0 F 25 D 23 37 47
Octal 335 273 213 0 17 45 15 43 67 107
Binary 11011101 10111011 10001011 0 1111 100101 1101 100011 110111 1000111

Color Harmonies of #DDBB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB8B

Black with #DDBB8B

Text Example


Text Example

White with #DDBB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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