#DAB680

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

Shades of Burly Wood #DAB680

Tints of Burly Wood #DAB680

Color information

#DAB680 (or 0xDAB680) is unknown color: approx Burly Wood. HEX triplet: DA, B6 and 80. RGB value is (218,182,128). Sum of RGB (Red+Green+Blue) = 218+182+128=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB680 is #25497F. Grayscale: #BABABA. Windows color (decimal): -2443648 or 8435418. OLE color: 8435418.

HSL color Cylindrical-coordinate representation of color #DAB680: hue angle of 36º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAB680 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB218182128-
CMYK00.170.410.15
HSL36º54.88%67.84%-
HSV(B)36º41.28%85.49%-
XYZ49.5449.9227.45-
YUV186.6194.93150.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.29%
GREEN value IS 182 (71.48% from 255) = 34.47%
BLUE value IS 128 (50.39% from 255) = 24.24%
R=41.29%
G=34.47%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818212800.170.410.153654.8867.84
HexDAB68001129F243744
Octal33226620002151174467104
Binary11011010101101101000000001000110100111111001001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB680; }

 p { color: rgb(218,182,128); }

 H1.HeaderClassName
 {
   color: #DAB680;
 }
 .AnyTagClassName
 {
   color: #DAB680;
 }
</style>
background-color css

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

 a { background-color: rgb(218,182,128); }

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

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

 span { border-color: rgb(218,182,128); }

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