#D0967F

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

Shades of Feldspar #D0967F

Tints of Feldspar #D0967F

Color information

#D0967F (or 0xD0967F) is unknown color: approx Feldspar. HEX triplet: D0, 96 and 7F. RGB value is (208,150,127). Sum of RGB (Red+Green+Blue) = 208+150+127=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D0967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0967F is #2F6980. Grayscale: #A4A4A4. Windows color (decimal): -3107201 or 8361680. OLE color: 8361680.

HSL color Cylindrical-coordinate representation of color #D0967F: hue angle of 17.04º 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 #D0967F is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB208150127-
CMYK00.280.390.18
HSL17.04º46.29%65.69%-
HSV(B)17.04º38.94%81.57%-
XYZ40.7536.7525.03-
YUV164.72106.72158.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.89%
GREEN value IS 150 (58.98% from 255) = 30.93%
BLUE value IS 127 (50% from 255) = 26.19%
R=42.89%
G=30.93%
B=26.19%

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
Decimal20815012700.280.390.1817.0446.2965.69
HexD0967F01C2712112e42
Octal32022617703447222156102
Binary1101000010010110111111101110010011110010100011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0967F; }

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

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

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

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

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

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

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

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