#DABF80

Color #DABF80 Straw (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Straw #DABF80

Tints of Straw #DABF80

Color information

#DABF80 (or 0xDABF80) is unknown color: approx Straw. HEX triplet: DA, BF and 80. RGB value is (218,191,128). Sum of RGB (Red+Green+Blue) = 218+191+128=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABF80 is #25407F. Grayscale: #C0C0C0. Windows color (decimal): -2441344 or 8437722. OLE color: 8437722.

HSL color Cylindrical-coordinate representation of color #DABF80: hue angle of 42º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DABF80 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB218191128-
CMYK00.120.410.15
HSL42º54.88%67.84%-
HSV(B)42º41.28%85.49%-
XYZ51.4453.7328.08-
YUV191.8991.95146.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 191 (75% from 255) = 35.57%
BLUE value IS 128 (50.39% from 255) = 23.84%
R=40.60%
G=35.57%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819112800.120.410.154254.8867.84
HexDABF800C29F2a3744
Octal33227720001451175267104
Binary1101101010111111100000000110010100111111010101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABF80; }

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

 H1.HeaderClassName
 {
   color: #DABF80;
 }
 .AnyTagClassName
 {
   color: #DABF80;
 }
</style>
background-color css

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

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

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

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

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

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