#D0967E

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

Shades of Feldspar #D0967E

Tints of Feldspar #D0967E

Color information

#D0967E (or 0xD0967E) is unknown color: approx Feldspar. HEX triplet: D0, 96 and 7E. RGB value is (208,150,126). Sum of RGB (Red+Green+Blue) = 208+150+126=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D0967E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0967E is #2F6981. Grayscale: #A4A4A4. Windows color (decimal): -3107202 or 8296144. OLE color: 8296144.

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

Color convert

RGB208150126-
CMYK00.280.390.18
HSL17.56º46.59%65.49%-
HSV(B)17.56º39.42%81.57%-
XYZ40.6836.7324.68-
YUV164.61106.22158.95-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.98%
GREEN value IS 150 (58.98% from 255) = 30.99%
BLUE value IS 126 (49.61% from 255) = 26.03%
R=42.98%
G=30.99%
B=26.03%

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
Decimal20815012600.280.390.1817.5646.5965.49
HexD0967E01C2712122f41
Octal32022617603447222257101
Binary1101000010010110111111001110010011110010100101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0967E; }

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

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

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

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

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

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

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

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