Html Css Color HEX #DEBC8A Burly Wood

📋 copy color: '#DEBC8A'

red 222 ◦ green 188 ◦ blue 138

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

Shades of Burly Wood #DEBC8A

Tints of Burly Wood #DEBC8A

RGB

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

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

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

R = 40.51%
G = 34.31%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DEBC8A (or 0xDEBC8A) is known color: Burly Wood. HEX triplet: DE, BC and 8A. RGB value is (222,188,138). Sum of RGB (Red+Green+Blue) = 222+188+138=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 138 (54.30% from 255 or 25.18% from 548); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBC8A is #214375. Grayscale: #C0C0C0. Windows color (decimal): -2179958 or 9092318. OLE color: 9092318.

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

Color convert

RGB 222 188 138 -
CMYK 0 0.15 0.38 0.13
HSL 35.71º 0.56% 0.71% -
HSV(B) 35.71º 0.38% 0.87% -
XYZ 52.69 53.33 31.56 -
YUV 192.47 97.26 149.07 -
System Red Green Blue C M Y K H S L
Decimal 222 188 138 0 0.15 0.38 0.13 35.71 0.56 0.71
Hex DE BC 8A 0 F 26 D 24 38 47
Octal 336 274 212 0 17 46 15 44 70 107
Binary 11011110 10111100 10001010 0 1111 100110 1101 100100 111000 1000111

Color Harmonies of #DEBC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBC8A

Black with #DEBC8A

Text Example


Text Example

White with #DEBC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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