Html Css Color HEX #DEBB8A Burly Wood

📋 copy color: '#DEBB8A'

red 222 ◦ green 187 ◦ blue 138

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

Shades of Burly Wood #DEBB8A

Tints of Burly Wood #DEBB8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.23%

R = 40.59%
G = 34.19%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DEBB8A (or 0xDEBB8A) is known color: Burly Wood. HEX triplet: DE, BB and 8A. RGB value is (222,187,138). Sum of RGB (Red+Green+Blue) = 222+187+138=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBB8A is #214475. Grayscale: #C0C0C0. Windows color (decimal): -2180214 or 9092062. OLE color: 9092062.

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

Color convert

RGB 222 187 138 -
CMYK 0 0.16 0.38 0.13
HSL 35º 0.56% 0.71% -
HSV(B) 35º 0.38% 0.87% -
XYZ 52.48 52.91 31.49 -
YUV 191.88 97.6 149.48 -
System Red Green Blue C M Y K H S L
Decimal 222 187 138 0 0.16 0.38 0.13 35 0.56 0.71
Hex DE BB 8A 0 10 26 D 23 38 47
Octal 336 273 212 0 20 46 15 43 70 107
Binary 11011110 10111011 10001010 0 10000 100110 1101 100011 111000 1000111

Color Harmonies of #DEBB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBB8A

Black with #DEBB8A

Text Example


Text Example

White with #DEBB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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