#D0957F

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

Shades of Feldspar #D0957F

Tints of Feldspar #D0957F

Color information

#D0957F (or 0xD0957F) is unknown color: approx Feldspar. HEX triplet: D0, 95 and 7F. RGB value is (208,149,127). Sum of RGB (Red+Green+Blue) = 208+149+127=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D0957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0957F is #2F6A80. Grayscale: #A4A4A4. Windows color (decimal): -3107457 or 8361424. OLE color: 8361424.

HSL color Cylindrical-coordinate representation of color #D0957F: hue angle of 16.3º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0957F is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB208149127-
CMYK00.280.390.18
HSL16.3º46.29%65.69%-
HSV(B)16.3º38.94%81.57%-
XYZ40.5936.4424.97-
YUV164.13107.05159.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.98%
GREEN value IS 149 (58.59% from 255) = 30.79%
BLUE value IS 127 (50% from 255) = 26.24%
R=42.98%
G=30.79%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814912700.280.390.1816.346.2965.69
HexD0957F01C2712102e42
Octal32022517703447222056102
Binary1101000010010101111111101110010011110010100001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0957F; }

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

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

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

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

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

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

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

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