#DABE8D

Color #DABE8D Burly Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burly Wood #DABE8D

Tints of Burly Wood #DABE8D

Color information

#DABE8D (or 0xDABE8D) is unknown color: approx 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

RGB218190141-
CMYK00.130.350.15
HSL38.18º50.99%70.39%-
HSV(B)38.18º35.32%85.49%-
XYZ52.1353.6632.81-
YUV192.7998.78145.98-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819014100.130.350.1538.1850.9970.39
HexDABE8D0D23F263346
Octal33227621501543174663106
Binary1101101010111110100011010110110001111111001101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>