#DA9975

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

Shades of Feldspar #DA9975

Tints of Feldspar #DA9975

Color information

#DA9975 (or 0xDA9975) is unknown color: approx Feldspar. HEX triplet: DA, 99 and 75. RGB value is (218,153,117). Sum of RGB (Red+Green+Blue) = 218+153+117=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9975 is #25668A. Grayscale: #A8A8A8. Windows color (decimal): -2451083 or 7707098. OLE color: 7707098.

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

Color convert

RGB218153117-
CMYK00.300.460.15
HSL21.39º57.71%65.69%-
HSV(B)21.39º46.33%85.49%-
XYZ43.5238.9722.06-
YUV168.3399.03163.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.67%
GREEN value IS 153 (60.16% from 255) = 31.35%
BLUE value IS 117 (46.09% from 255) = 23.98%
R=44.67%
G=31.35%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815311700.300.460.1521.3957.7165.69
HexDA997501E2EF153a42
Octal33223116503656172572102
Binary110110101001100111101010111101011101111101011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9975; }

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

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

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

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

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

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

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

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