Html Css Color HEX #DEC08F Burly Wood

📋 copy color: '#DEC08F'

red 222 ◦ green 192 ◦ blue 143

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

Shades of Burly Wood #DEC08F

Tints of Burly Wood #DEC08F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.47%

 BLUE value IS 143 (56.25% from 255) = 25.67%

R = 39.86%
G = 34.47%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DEC08F (or 0xDEC08F) is known color: Burly Wood. HEX triplet: DE, C0 and 8F. RGB value is (222,192,143). Sum of RGB (Red+Green+Blue) = 222+192+143=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 143 (56.25% from 255 or 25.67% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC08F is #213F70. Grayscale: #C3C3C3. Windows color (decimal): -2178929 or 9421022. OLE color: 9421022.

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

Color convert

RGB 222 192 143 -
CMYK 0 0.14 0.36 0.13
HSL 37.22º 0.54% 0.72% -
HSV(B) 37.22º 0.36% 0.87% -
XYZ 53.93 55.21 33.8 -
YUV 195.38 98.44 146.98 -
System Red Green Blue C M Y K H S L
Decimal 222 192 143 0 0.14 0.36 0.13 37.22 0.54 0.72
Hex DE C0 8F 0 E 24 D 25 36 48
Octal 336 300 217 0 16 44 15 45 66 110
Binary 11011110 11000000 10001111 0 1110 100100 1101 100101 110110 1001000

Color Harmonies of #DEC08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC08F

Black with #DEC08F

Text Example


Text Example

White with #DEC08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC08F; }

 p { color: rgb(222,192,143); }

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

background-color css

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

 a { background-color: rgb(222,192,143); }

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

border-color css

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

 span { border-color: rgb(222,192,143); }

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