Html Css Color HEX #DABF86 Straw

📋 copy color: '#DABF86'

red 218 ◦ green 191 ◦ blue 134

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

Shades of Straw #DABF86

Tints of Straw #DABF86

RGB

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

 GREEN value IS 191 (75% from 255) = 35.17%

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

R = 40.15%
G = 35.17%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DABF86 (or 0xDABF86) is known color: Straw. HEX triplet: DA, BF and 86. RGB value is (218,191,134). Sum of RGB (Red+Green+Blue) = 218+191+134=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 134 (52.73% from 255 or 24.68% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABF86 is #254079. Grayscale: #C0C0C0. Windows color (decimal): -2441338 or 8830938. OLE color: 8830938.

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

Color convert

RGB 218 191 134 -
CMYK 0 0.12 0.39 0.15
HSL 40.71º 0.53% 0.69% -
HSV(B) 40.71º 0.39% 0.85% -
XYZ 51.85 53.89 30.22 -
YUV 192.58 94.95 146.13 -
System Red Green Blue C M Y K H S L
Decimal 218 191 134 0 0.12 0.39 0.15 40.71 0.53 0.69
Hex DA BF 86 0 C 27 F 29 35 45
Octal 332 277 206 0 14 47 17 51 65 105
Binary 11011010 10111111 10000110 0 1100 100111 1111 101001 110101 1000101

Color Harmonies of #DABF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABF86

Black with #DABF86

Text Example


Text Example

White with #DABF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABF86; }

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

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

background-color css

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

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

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

border-color css

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

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

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