#DA9470

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

Shades of Feldspar #DA9470

Tints of Feldspar #DA9470

Color information

#DA9470 (or 0xDA9470) is unknown color: approx Feldspar. HEX triplet: DA, 94 and 70. RGB value is (218,148,112). Sum of RGB (Red+Green+Blue) = 218+148+112=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9470 is #256B8F. Grayscale: #A5A5A5. Windows color (decimal): -2452368 or 7378138. OLE color: 7378138.

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

Color convert

RGB218148112-
CMYK00.320.490.15
HSL20.38º58.89%64.71%-
HSV(B)20.38º48.62%85.49%-
XYZ42.4337.2620.28-
YUV164.8398.19165.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.61%
GREEN value IS 148 (58.20% from 255) = 30.96%
BLUE value IS 112 (44.14% from 255) = 23.43%
R=45.61%
G=30.96%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814811200.320.490.1520.3858.8964.71
HexDA947002031F143b41
Octal33222416004061172473101
Binary1101101010010100111000001000001100011111101001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9470; }

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

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

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

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

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

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

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

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