Html Css Color HEX #DAB781 Burly Wood

📋 copy color: '#DAB781'

red 218 ◦ green 183 ◦ blue 129

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

Shades of Burly Wood #DAB781

Tints of Burly Wood #DAB781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.34%

R = 41.13%
G = 34.53%
B = 24.34%

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

#DAB781 (or 0xDAB781) is known color: Burly Wood. HEX triplet: DA, B7 and 81. RGB value is (218,183,129). Sum of RGB (Red+Green+Blue) = 218+183+129=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 129 (50.78% from 255 or 24.34% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB781 is #25487E. Grayscale: #BBBBBB. Windows color (decimal): -2443391 or 8501210. OLE color: 8501210.

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

Color convert

RGB 218 183 129 -
CMYK 0 0.16 0.41 0.15
HSL 36.4º 0.55% 0.68% -
HSV(B) 36.4º 0.41% 0.85% -
XYZ 49.81 50.36 27.86 -
YUV 187.31 95.1 149.89 -
System Red Green Blue C M Y K H S L
Decimal 218 183 129 0 0.16 0.41 0.15 36.4 0.55 0.68
Hex DA B7 81 0 10 29 F 24 37 44
Octal 332 267 201 0 20 51 17 44 67 104
Binary 11011010 10110111 10000001 0 10000 101001 1111 100100 110111 1000100

Color Harmonies of #DAB781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB781

Black with #DAB781

Text Example


Text Example

White with #DAB781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB781; }

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

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

background-color css

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

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

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

border-color css

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

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

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