Html Css Color HEX #DEBC8C Burly Wood

📋 copy color: '#DEBC8C'

red 222 ◦ green 188 ◦ blue 140

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

Shades of Burly Wood #DEBC8C

Tints of Burly Wood #DEBC8C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.18%

 BLUE value IS 140 (55.08% from 255) = 25.45%

R = 40.36%
G = 34.18%
B = 25.45%

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

#DEBC8C (or 0xDEBC8C) is known color: Burly Wood. HEX triplet: DE, BC and 8C. RGB value is (222,188,140). Sum of RGB (Red+Green+Blue) = 222+188+140=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 140 (55.08% from 255 or 25.45% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBC8C is #214373. Grayscale: #C0C0C0. Windows color (decimal): -2179956 or 9223390. OLE color: 9223390.

HSL color Cylindrical-coordinate representation of color #DEBC8C: 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 #DEBC8C is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 188 140 -
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.84 53.39 32.33 -
YUV 192.69 98.26 148.9 -
System Red Green Blue C M Y K H S L
Decimal 222 188 140 0 0.15 0.37 0.13 35.12 0.55 0.71
Hex DE BC 8C 0 F 25 D 23 37 47
Octal 336 274 214 0 17 45 15 43 67 107
Binary 11011110 10111100 10001100 0 1111 100101 1101 100011 110111 1000111

Color Harmonies of #DEBC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBC8C

Black with #DEBC8C

Text Example


Text Example

White with #DEBC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBC8C; }

 p { color: rgb(222,188,140); }

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

background-color css

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

 a { background-color: rgb(222,188,140); }

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

border-color css

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

 span { border-color: rgb(222,188,140); }

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