Html Css Color HEX #DEBB8B Burly Wood

📋 copy color: '#DEBB8B'

red 222 ◦ green 187 ◦ blue 139

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

Shades of Burly Wood #DEBB8B

Tints of Burly Wood #DEBB8B

RGB

 RED value IS 222 (87.11% from 255) = 40.51%

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

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

R = 40.51%
G = 34.12%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DEBB8B (or 0xDEBB8B) is known color: Burly Wood. HEX triplet: DE, BB and 8B. RGB value is (222,187,139). Sum of RGB (Red+Green+Blue) = 222+187+139=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 139 (54.69% from 255 or 25.36% from 548); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBB8B is #214474. Grayscale: #C0C0C0. Windows color (decimal): -2180213 or 9157598. OLE color: 9157598.

HSL color Cylindrical-coordinate representation of color #DEBB8B: hue angle of 34.7º degrees, saturation: 0.56, 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 #DEBB8B is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 187 139 -
CMYK 0 0.16 0.37 0.13
HSL 34.7º 0.56% 0.71% -
HSV(B) 34.7º 0.37% 0.87% -
XYZ 52.55 52.93 31.87 -
YUV 191.99 98.1 149.4 -
System Red Green Blue C M Y K H S L
Decimal 222 187 139 0 0.16 0.37 0.13 34.7 0.56 0.71
Hex DE BB 8B 0 10 25 D 23 38 47
Octal 336 273 213 0 20 45 15 43 70 107
Binary 11011110 10111011 10001011 0 10000 100101 1101 100011 111000 1000111

Color Harmonies of #DEBB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBB8B

Black with #DEBB8B

Text Example


Text Example

White with #DEBB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBB8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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