#DA9474

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

Shades of Feldspar #DA9474

Tints of Feldspar #DA9474

Color information

#DA9474 (or 0xDA9474) is unknown color: approx Feldspar. HEX triplet: DA, 94 and 74. RGB value is (218,148,116). Sum of RGB (Red+Green+Blue) = 218+148+116=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9474 is #256B8B. Grayscale: #A5A5A5. Windows color (decimal): -2452364 or 7640282. OLE color: 7640282.

HSL color Cylindrical-coordinate representation of color #DA9474: hue angle of 18.82º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA9474 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB218148116-
CMYK00.320.470.15
HSL18.82º57.95%65.49%-
HSV(B)18.82º46.79%85.49%-
XYZ42.6637.3521.48-
YUV165.28100.19165.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.23%
GREEN value IS 148 (58.20% from 255) = 30.71%
BLUE value IS 116 (45.70% from 255) = 24.07%
R=45.23%
G=30.71%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814811600.320.470.1518.8257.9565.49
HexDA94740202FF133a41
Octal33222416404057172372101
Binary1101101010010100111010001000001011111111100111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9474; }

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

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

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

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

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

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

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

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