Html Css Color HEX #DEBD8D Burly Wood

📋 copy color: '#DEBD8D'

red 222 ◦ green 189 ◦ blue 141

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

Shades of Burly Wood #DEBD8D

Tints of Burly Wood #DEBD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.54%

R = 40.22%
G = 34.24%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DEBD8D (or 0xDEBD8D) is known color: Burly Wood. HEX triplet: DE, BD and 8D. RGB value is (222,189,141). Sum of RGB (Red+Green+Blue) = 222+189+141=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBD8D is #214272. Grayscale: #C1C1C1. Windows color (decimal): -2179699 or 9289182. OLE color: 9289182.

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

Color convert

RGB 222 189 141 -
CMYK 0 0.15 0.36 0.13
HSL 35.56º 0.55% 0.71% -
HSV(B) 35.56º 0.36% 0.87% -
XYZ 53.13 53.85 32.79 -
YUV 193.4 98.43 148.4 -
System Red Green Blue C M Y K H S L
Decimal 222 189 141 0 0.15 0.36 0.13 35.56 0.55 0.71
Hex DE BD 8D 0 F 24 D 24 37 47
Octal 336 275 215 0 17 44 15 44 67 107
Binary 11011110 10111101 10001101 0 1111 100100 1101 100100 110111 1000111

Color Harmonies of #DEBD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBD8D

Black with #DEBD8D

Text Example


Text Example

White with #DEBD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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