Html Css Color HEX #DAB780 Burly Wood

📋 copy color: '#DAB780'

red 218 ◦ green 183 ◦ blue 128

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

Shades of Burly Wood #DAB780

Tints of Burly Wood #DAB780

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.59%

 BLUE value IS 128 (50.39% from 255) = 24.2%

R = 41.21%
G = 34.59%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DAB780 (or 0xDAB780) is known color: Burly Wood. HEX triplet: DA, B7 and 80. RGB value is (218,183,128). Sum of RGB (Red+Green+Blue) = 218+183+128=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB780 is #25487F. Grayscale: #BBBBBB. Windows color (decimal): -2443392 or 8435674. OLE color: 8435674.

HSL color Cylindrical-coordinate representation of color #DAB780: hue angle of 36.67º 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 #DAB780 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 183 128 -
CMYK 0 0.16 0.41 0.15
HSL 36.67º 0.55% 0.68% -
HSV(B) 36.67º 0.41% 0.85% -
XYZ 49.74 50.33 27.52 -
YUV 187.2 94.6 149.97 -
System Red Green Blue C M Y K H S L
Decimal 218 183 128 0 0.16 0.41 0.15 36.67 0.55 0.68
Hex DA B7 80 0 10 29 F 25 37 44
Octal 332 267 200 0 20 51 17 45 67 104
Binary 11011010 10110111 10000000 0 10000 101001 1111 100101 110111 1000100

Color Harmonies of #DAB780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB780

Black with #DAB780

Text Example


Text Example

White with #DAB780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB780; }

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

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

background-color css

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

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

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

border-color css

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

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

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