Html Css Color HEX #DAB887 Burly Wood

📋 copy color: '#DAB887'

red 218 ◦ green 184 ◦ blue 135

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

Shades of Burly Wood #DAB887

Tints of Burly Wood #DAB887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 25.14%

R = 40.6%
G = 34.26%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DAB887 (or 0xDAB887) is known color: Burly Wood. HEX triplet: DA, B8 and 87. RGB value is (218,184,135). Sum of RGB (Red+Green+Blue) = 218+184+135=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 135 (53.12% from 255 or 25.14% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB887 is #254778. Grayscale: #BCBCBC. Windows color (decimal): -2443129 or 8894682. OLE color: 8894682.

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

Color convert

RGB 218 184 135 -
CMYK 0 0.16 0.38 0.15
HSL 35.42º 0.53% 0.69% -
HSV(B) 35.42º 0.38% 0.85% -
XYZ 50.43 50.94 30.1 -
YUV 188.58 97.76 148.98 -
System Red Green Blue C M Y K H S L
Decimal 218 184 135 0 0.16 0.38 0.15 35.42 0.53 0.69
Hex DA B8 87 0 10 26 F 23 35 45
Octal 332 270 207 0 20 46 17 43 65 105
Binary 11011010 10111000 10000111 0 10000 100110 1111 100011 110101 1000101

Color Harmonies of #DAB887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB887

Black with #DAB887

Text Example


Text Example

White with #DAB887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB887; }

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

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

background-color css

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

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

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

border-color css

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

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

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