Html Css Color HEX #DABE8D Burly Wood

📋 copy color: '#DABE8D'

red 218 ◦ green 190 ◦ blue 141

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

Shades of Burly Wood #DABE8D

Tints of Burly Wood #DABE8D

RGB

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

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

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

R = 39.71%
G = 34.61%
B = 25.68%

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

#DABE8D (or 0xDABE8D) is known color: Burly Wood. HEX triplet: DA, BE and 8D. RGB value is (218,190,141). Sum of RGB (Red+Green+Blue) = 218+190+141=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABE8D is #254172. Grayscale: #C1C1C1. Windows color (decimal): -2441587 or 9289434. OLE color: 9289434.

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

Color convert

RGB 218 190 141 -
CMYK 0 0.13 0.35 0.15
HSL 38.18º 0.51% 0.7% -
HSV(B) 38.18º 0.35% 0.85% -
XYZ 52.13 53.66 32.81 -
YUV 192.79 98.78 145.98 -
System Red Green Blue C M Y K H S L
Decimal 218 190 141 0 0.13 0.35 0.15 38.18 0.51 0.7
Hex DA BE 8D 0 D 23 F 26 33 46
Octal 332 276 215 0 15 43 17 46 63 106
Binary 11011010 10111110 10001101 0 1101 100011 1111 100110 110011 1000110

Color Harmonies of #DABE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABE8D

Black with #DABE8D

Text Example


Text Example

White with #DABE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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