#d0957c

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

Shades of Feldspar #D0957C

Tints of Feldspar #D0957C

Color information

#D0957C (or 0xD0957C) is unknown color: approx Feldspar. HEX triplet: D0, 95 and 7C. RGB value is (208,149,124). Sum of RGB (Red+Green+Blue) = 208+149+124=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D0957C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0957C is #2F6A83. Grayscale: #A3A3A3. Windows color (decimal): -3107460 or 8164816. OLE color: 8164816.

HSL color Cylindrical-coordinate representation of color #D0957C: hue angle of 17.86º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0957C is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB208149124-
CMYK00.280.400.18
HSL17.86º47.19%65.1%-
HSV(B)17.86º40.38%81.57%-
XYZ40.436.3623.96-
YUV163.79105.55159.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.24%
GREEN value IS 149 (58.59% from 255) = 30.98%
BLUE value IS 124 (48.83% from 255) = 25.78%
R=43.24%
G=30.98%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814912400.280.400.1817.8647.1965.1
HexD0957C01C2812122f41
Octal32022517403450222257101
Binary1101000010010101111110001110010100010010100101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0957c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0957c; }

 p { color: rgb(208,149,124); }

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

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

 a { background-color: rgb(208,149,124); }

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

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

 span { border-color: rgb(208,149,124); }

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