#D0917B

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

Shades of Feldspar #D0917B

Tints of Feldspar #D0917B

Color information

#D0917B (or 0xD0917B) is unknown color: approx Feldspar. HEX triplet: D0, 91 and 7B. RGB value is (208,145,123). Sum of RGB (Red+Green+Blue) = 208+145+123=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D0917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0917B is #2F6E84. Grayscale: #A1A1A1. Windows color (decimal): -3108485 or 8098256. OLE color: 8098256.

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

Color convert

RGB208145123-
CMYK00.300.410.18
HSL15.53º47.49%64.9%-
HSV(B)15.53º40.87%81.57%-
XYZ39.7135.0923.42-
YUV161.33106.37161.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.70%
GREEN value IS 145 (57.03% from 255) = 30.46%
BLUE value IS 123 (48.44% from 255) = 25.84%
R=43.70%
G=30.46%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814512300.300.410.1815.5347.4964.9
HexD0917B01E2912102f41
Octal32022117303651222057101
Binary1101000010010001111101101111010100110010100001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0917B; }

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

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

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

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

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

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

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

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