Html Css Color HEX #DAB884 Burly Wood

📋 copy color: '#DAB884'

red 218 ◦ green 184 ◦ blue 132

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

Shades of Burly Wood #DAB884

Tints of Burly Wood #DAB884

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.46%

 BLUE value IS 132 (51.95% from 255) = 24.72%

R = 40.82%
G = 34.46%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DAB884 (or 0xDAB884) is known color: Burly Wood. HEX triplet: DA, B8 and 84. RGB value is (218,184,132). Sum of RGB (Red+Green+Blue) = 218+184+132=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 132 (51.95% from 255 or 24.72% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB884 is #25477B. Grayscale: #BCBCBC. Windows color (decimal): -2443132 or 8698074. OLE color: 8698074.

HSL color Cylindrical-coordinate representation of color #DAB884: hue angle of 36.28º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAB884 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 184 132 -
CMYK 0 0.16 0.39 0.15
HSL 36.28º 0.54% 0.69% -
HSV(B) 36.28º 0.39% 0.85% -
XYZ 50.22 50.85 29 -
YUV 188.24 96.26 149.23 -
System Red Green Blue C M Y K H S L
Decimal 218 184 132 0 0.16 0.39 0.15 36.28 0.54 0.69
Hex DA B8 84 0 10 27 F 24 36 45
Octal 332 270 204 0 20 47 17 44 66 105
Binary 11011010 10111000 10000100 0 10000 100111 1111 100100 110110 1000101

Color Harmonies of #DAB884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB884

Black with #DAB884

Text Example


Text Example

White with #DAB884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB884; }

 p { color: rgb(218,184,132); }

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

background-color css

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

 a { background-color: rgb(218,184,132); }

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

border-color css

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

 span { border-color: rgb(218,184,132); }

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