#D0916E

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

Shades of Feldspar #D0916E

Tints of Feldspar #D0916E

Color information

#D0916E (or 0xD0916E) is unknown color: approx Feldspar. HEX triplet: D0, 91 and 6E. RGB value is (208,145,110). Sum of RGB (Red+Green+Blue) = 208+145+110=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D0916E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0916E is #2F6E91. Grayscale: #A0A0A0. Windows color (decimal): -3108498 or 7246288. OLE color: 7246288.

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

Color convert

RGB208145110-
CMYK00.300.470.18
HSL21.43º51.04%62.35%-
HSV(B)21.43º47.12%81.57%-
XYZ38.9534.7919.41-
YUV159.8599.87162.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.92%
GREEN value IS 145 (57.03% from 255) = 31.32%
BLUE value IS 110 (43.36% from 255) = 23.76%
R=44.92%
G=31.32%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814511000.300.470.1821.4351.0462.35
HexD0916E01E2F1215333e
Octal3202211560365722256376
Binary110100001001000111011100111101011111001010101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0916E; }

 p { color: rgb(208,145,110); }

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

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

 a { background-color: rgb(208,145,110); }

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

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

 span { border-color: rgb(208,145,110); }

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