Html Css Color HEX #DABA86 Burly Wood

📋 copy color: '#DABA86'

red 218 ◦ green 186 ◦ blue 134

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

Shades of Burly Wood #DABA86

Tints of Burly Wood #DABA86

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.57%

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

R = 40.52%
G = 34.57%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DABA86 (or 0xDABA86) is known color: Burly Wood. HEX triplet: DA, BA and 86. RGB value is (218,186,134). Sum of RGB (Red+Green+Blue) = 218+186+134=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 134 (52.73% from 255 or 24.91% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABA86 is #254579. Grayscale: #BDBDBD. Windows color (decimal): -2442618 or 8829658. OLE color: 8829658.

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

Color convert

RGB 218 186 134 -
CMYK 0 0.15 0.39 0.15
HSL 37.14º 0.53% 0.69% -
HSV(B) 37.14º 0.39% 0.85% -
XYZ 50.78 51.74 29.87 -
YUV 189.64 96.6 148.23 -
System Red Green Blue C M Y K H S L
Decimal 218 186 134 0 0.15 0.39 0.15 37.14 0.53 0.69
Hex DA BA 86 0 F 27 F 25 35 45
Octal 332 272 206 0 17 47 17 45 65 105
Binary 11011010 10111010 10000110 0 1111 100111 1111 100101 110101 1000101

Color Harmonies of #DABA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA86

Black with #DABA86

Text Example


Text Example

White with #DABA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA86; }

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

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

background-color css

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

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

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

border-color css

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

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

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