Html Css Color HEX #DEBD86 Burly Wood

📋 copy color: '#DEBD86'

red 222 ◦ green 189 ◦ blue 134

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

Shades of Burly Wood #DEBD86

Tints of Burly Wood #DEBD86

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.68%

 BLUE value IS 134 (52.73% from 255) = 24.59%

R = 40.73%
G = 34.68%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DEBD86 (or 0xDEBD86) is known color: Burly Wood. HEX triplet: DE, BD and 86. RGB value is (222,189,134). Sum of RGB (Red+Green+Blue) = 222+189+134=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 134 (52.73% from 255 or 24.59% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBD86 is #214279. Grayscale: #C0C0C0. Windows color (decimal): -2179706 or 8830430. OLE color: 8830430.

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

Color convert

RGB 222 189 134 -
CMYK 0 0.15 0.40 0.13
HSL 37.5º 0.57% 0.7% -
HSV(B) 37.5º 0.4% 0.87% -
XYZ 52.62 53.65 30.14 -
YUV 192.6 94.93 148.97 -
System Red Green Blue C M Y K H S L
Decimal 222 189 134 0 0.15 0.40 0.13 37.5 0.57 0.7
Hex DE BD 86 0 F 28 D 26 39 46
Octal 336 275 206 0 17 50 15 46 71 106
Binary 11011110 10111101 10000110 0 1111 101000 1101 100110 111001 1000110

Color Harmonies of #DEBD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBD86

Black with #DEBD86

Text Example


Text Example

White with #DEBD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBD86; }

 p { color: rgb(222,189,134); }

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

background-color css

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

 a { background-color: rgb(222,189,134); }

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

border-color css

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

 span { border-color: rgb(222,189,134); }

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