Html Css Color HEX #DAB886 Burly Wood

📋 copy color: '#DAB886'

red 218 ◦ green 184 ◦ blue 134

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

Shades of Burly Wood #DAB886

Tints of Burly Wood #DAB886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25%

R = 40.67%
G = 34.33%
B = 25%

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

#DAB886 (or 0xDAB886) is known color: Burly Wood. HEX triplet: DA, B8 and 86. RGB value is (218,184,134). Sum of RGB (Red+Green+Blue) = 218+184+134=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 134 (52.73% from 255 or 25% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB886 is #254779. Grayscale: #BCBCBC. Windows color (decimal): -2443130 or 8829146. OLE color: 8829146.

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

Color convert

RGB 218 184 134 -
CMYK 0 0.16 0.39 0.15
HSL 35.71º 0.53% 0.69% -
HSV(B) 35.71º 0.39% 0.85% -
XYZ 50.36 50.91 29.73 -
YUV 188.47 97.26 149.07 -
System Red Green Blue C M Y K H S L
Decimal 218 184 134 0 0.16 0.39 0.15 35.71 0.53 0.69
Hex DA B8 86 0 10 27 F 24 35 45
Octal 332 270 206 0 20 47 17 44 65 105
Binary 11011010 10111000 10000110 0 10000 100111 1111 100100 110101 1000101

Color Harmonies of #DAB886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB886

Black with #DAB886

Text Example


Text Example

White with #DAB886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB886; }

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

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

background-color css

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

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

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

border-color css

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

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

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