#DABE80

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

Shades of Straw #DABE80

Tints of Straw #DABE80

Color information

#DABE80 (or 0xDABE80) is unknown color: approx Straw. HEX triplet: DA, BE and 80. RGB value is (218,190,128). Sum of RGB (Red+Green+Blue) = 218+190+128=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABE80 is #25417F. Grayscale: #BFBFBF. Windows color (decimal): -2441600 or 8437466. OLE color: 8437466.

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

Color convert

RGB218190128-
CMYK00.130.410.15
HSL41.33º54.88%67.84%-
HSV(B)41.33º41.28%85.49%-
XYZ51.2253.2928.01-
YUV191.392.28147.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.67%
GREEN value IS 190 (74.61% from 255) = 35.45%
BLUE value IS 128 (50.39% from 255) = 23.88%
R=40.67%
G=35.45%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819012800.130.410.1541.3354.8867.84
HexDABE800D29F293744
Octal33227620001551175167104
Binary1101101010111110100000000110110100111111010011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABE80; }

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

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

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

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

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

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

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

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