#DA9980

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

Shades of Feldspar #DA9980

Tints of Feldspar #DA9980

Color information

#DA9980 (or 0xDA9980) is unknown color: approx Feldspar. HEX triplet: DA, 99 and 80. RGB value is (218,153,128). Sum of RGB (Red+Green+Blue) = 218+153+128=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9980 is #25667F. Grayscale: #A9A9A9. Windows color (decimal): -2451072 or 8427994. OLE color: 8427994.

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

Color convert

RGB218153128-
CMYK00.300.410.15
HSL16.67º54.88%67.84%-
HSV(B)16.67º41.28%85.49%-
XYZ44.239.2525.67-
YUV169.58104.53162.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.69%
GREEN value IS 153 (60.16% from 255) = 30.66%
BLUE value IS 128 (50.39% from 255) = 25.65%
R=43.69%
G=30.66%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815312800.300.410.1516.6754.8867.84
HexDA998001E29F113744
Octal33223120003651172167104
Binary1101101010011001100000000111101010011111100011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9980; }

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

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

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

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

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

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

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

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