Html Css Color HEX #DABC86 Straw

📋 copy color: '#DABC86'

red 218 ◦ green 188 ◦ blue 134

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

Shades of Straw #DABC86

Tints of Straw #DABC86

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.81%

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

R = 40.37%
G = 34.81%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DABC86 (or 0xDABC86) is known color: Straw. HEX triplet: DA, BC and 86. RGB value is (218,188,134). Sum of RGB (Red+Green+Blue) = 218+188+134=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 134 (52.73% from 255 or 24.81% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABC86 is #254379. Grayscale: #BFBFBF. Windows color (decimal): -2442106 or 8830170. OLE color: 8830170.

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

Color convert

RGB 218 188 134 -
CMYK 0 0.14 0.39 0.15
HSL 38.57º 0.53% 0.69% -
HSV(B) 38.57º 0.39% 0.85% -
XYZ 51.2 52.59 30.01 -
YUV 190.81 95.94 147.39 -
System Red Green Blue C M Y K H S L
Decimal 218 188 134 0 0.14 0.39 0.15 38.57 0.53 0.69
Hex DA BC 86 0 E 27 F 27 35 45
Octal 332 274 206 0 16 47 17 47 65 105
Binary 11011010 10111100 10000110 0 1110 100111 1111 100111 110101 1000101

Color Harmonies of #DABC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC86

Black with #DABC86

Text Example


Text Example

White with #DABC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC86; }

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

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

background-color css

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

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

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

border-color css

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

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

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