Html Css Color HEX #DABE8E Burly Wood

📋 copy color: '#DABE8E'

red 218 ◦ green 190 ◦ blue 142

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

Shades of Burly Wood #DABE8E

Tints of Burly Wood #DABE8E

RGB

 RED value IS 218 (85.55% from 255) = 39.64%

 GREEN value IS 190 (74.61% from 255) = 34.55%

 BLUE value IS 142 (55.86% from 255) = 25.82%

R = 39.64%
G = 34.55%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DABE8E (or 0xDABE8E) is known color: Burly Wood. HEX triplet: DA, BE and 8E. RGB value is (218,190,142). Sum of RGB (Red+Green+Blue) = 218+190+142=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 142 (55.86% from 255 or 25.82% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABE8E is #254171. Grayscale: #C1C1C1. Windows color (decimal): -2441586 or 9354970. OLE color: 9354970.

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

Color convert

RGB 218 190 142 -
CMYK 0 0.13 0.35 0.15
HSL 37.89º 0.51% 0.71% -
HSV(B) 37.89º 0.35% 0.85% -
XYZ 52.21 53.69 33.2 -
YUV 192.9 99.28 145.9 -
System Red Green Blue C M Y K H S L
Decimal 218 190 142 0 0.13 0.35 0.15 37.89 0.51 0.71
Hex DA BE 8E 0 D 23 F 26 33 47
Octal 332 276 216 0 15 43 17 46 63 107
Binary 11011010 10111110 10001110 0 1101 100011 1111 100110 110011 1000111

Color Harmonies of #DABE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABE8E

Black with #DABE8E

Text Example


Text Example

White with #DABE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABE8E; }

 p { color: rgb(218,190,142); }

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

background-color css

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

 a { background-color: rgb(218,190,142); }

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

border-color css

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

 span { border-color: rgb(218,190,142); }

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