#DA9977

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

Shades of Feldspar #DA9977

Tints of Feldspar #DA9977

Color information

#DA9977 (or 0xDA9977) is unknown color: approx Feldspar. HEX triplet: DA, 99 and 77. RGB value is (218,153,119). Sum of RGB (Red+Green+Blue) = 218+153+119=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9977 is #256688. Grayscale: #A8A8A8. Windows color (decimal): -2451081 or 7838170. OLE color: 7838170.

HSL color Cylindrical-coordinate representation of color #DA9977: hue angle of 20.61º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA9977 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB218153119-
CMYK00.300.450.15
HSL20.61º57.23%66.08%-
HSV(B)20.61º45.41%85.49%-
XYZ43.6339.0222.68-
YUV168.56100.03163.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.49%
GREEN value IS 153 (60.16% from 255) = 31.22%
BLUE value IS 119 (46.88% from 255) = 24.29%
R=44.49%
G=31.22%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815311900.300.450.1520.6157.2366.08
HexDA997701E2DF153942
Octal33223116703655172571102
Binary110110101001100111101110111101011011111101011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9977; }

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

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

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

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

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

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

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

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