#DA9477

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

Shades of Feldspar #DA9477

Tints of Feldspar #DA9477

Color information

#DA9477 (or 0xDA9477) is unknown color: approx Feldspar. HEX triplet: DA, 94 and 77. RGB value is (218,148,119). Sum of RGB (Red+Green+Blue) = 218+148+119=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9477 is #256B88. Grayscale: #A5A5A5. Windows color (decimal): -2452361 or 7836890. OLE color: 7836890.

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

Color convert

RGB218148119-
CMYK00.320.450.15
HSL17.58º57.23%66.08%-
HSV(B)17.58º45.41%85.49%-
XYZ42.8337.4222.42-
YUV165.62101.69165.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.95%
GREEN value IS 148 (58.20% from 255) = 30.52%
BLUE value IS 119 (46.88% from 255) = 24.54%
R=44.95%
G=30.52%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814811900.320.450.1517.5857.2366.08
HexDA94770202DF123942
Octal33222416704055172271102
Binary1101101010010100111011101000001011011111100101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9477; }

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

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

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

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

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

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

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

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