Html Css Color HEX #DEBC8B Burly Wood

📋 copy color: '#DEBC8B'

red 222 ◦ green 188 ◦ blue 139

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

Shades of Burly Wood #DEBC8B

Tints of Burly Wood #DEBC8B

RGB

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

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

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

R = 40.44%
G = 34.24%
B = 25.32%

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

#DEBC8B (or 0xDEBC8B) is known color: Burly Wood. HEX triplet: DE, BC and 8B. RGB value is (222,188,139). Sum of RGB (Red+Green+Blue) = 222+188+139=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 139 (54.69% from 255 or 25.32% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBC8B is #214374. Grayscale: #C0C0C0. Windows color (decimal): -2179957 or 9157854. OLE color: 9157854.

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

Color convert

RGB 222 188 139 -
CMYK 0 0.15 0.37 0.13
HSL 35.42º 0.56% 0.71% -
HSV(B) 35.42º 0.37% 0.87% -
XYZ 52.77 53.36 31.94 -
YUV 192.58 97.76 148.98 -
System Red Green Blue C M Y K H S L
Decimal 222 188 139 0 0.15 0.37 0.13 35.42 0.56 0.71
Hex DE BC 8B 0 F 25 D 23 38 47
Octal 336 274 213 0 17 45 15 43 70 107
Binary 11011110 10111100 10001011 0 1111 100101 1101 100011 111000 1000111

Color Harmonies of #DEBC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBC8B

Black with #DEBC8B

Text Example


Text Example

White with #DEBC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBC8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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