Html Css Color HEX #DAB681 Burly Wood

📋 copy color: '#DAB681'

red 218 ◦ green 182 ◦ blue 129

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

Shades of Burly Wood #DAB681

Tints of Burly Wood #DAB681

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.4%

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

R = 41.21%
G = 34.4%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DAB681 (or 0xDAB681) is known color: Burly Wood. HEX triplet: DA, B6 and 81. RGB value is (218,182,129). Sum of RGB (Red+Green+Blue) = 218+182+129=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 129 (50.78% from 255 or 24.39% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB681 is #25497E. Grayscale: #BABABA. Windows color (decimal): -2443647 or 8500954. OLE color: 8500954.

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

Color convert

RGB 218 182 129 -
CMYK 0 0.17 0.41 0.15
HSL 35.73º 0.55% 0.68% -
HSV(B) 35.73º 0.41% 0.85% -
XYZ 49.6 49.95 27.8 -
YUV 186.72 95.43 150.31 -
System Red Green Blue C M Y K H S L
Decimal 218 182 129 0 0.17 0.41 0.15 35.73 0.55 0.68
Hex DA B6 81 0 11 29 F 24 37 44
Octal 332 266 201 0 21 51 17 44 67 104
Binary 11011010 10110110 10000001 0 10001 101001 1111 100100 110111 1000100

Color Harmonies of #DAB681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB681

Black with #DAB681

Text Example


Text Example

White with #DAB681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB681; }

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

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

background-color css

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

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

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

border-color css

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

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

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