#D0917A

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

Shades of Feldspar #D0917A

Tints of Feldspar #D0917A

Color information

#D0917A (or 0xD0917A) is unknown color: approx Feldspar. HEX triplet: D0, 91 and 7A. RGB value is (208,145,122). Sum of RGB (Red+Green+Blue) = 208+145+122=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D0917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0917A is #2F6E85. Grayscale: #A1A1A1. Windows color (decimal): -3108486 or 8032720. OLE color: 8032720.

HSL color Cylindrical-coordinate representation of color #D0917A: hue angle of 16.05º degrees, saturation: 0.48, 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 #D0917A is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB208145122-
CMYK00.300.410.18
HSL16.05º47.78%64.71%-
HSV(B)16.05º41.35%81.57%-
XYZ39.6535.0723.09-
YUV161.21105.87161.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.79%
GREEN value IS 145 (57.03% from 255) = 30.53%
BLUE value IS 122 (48.05% from 255) = 25.68%
R=43.79%
G=30.53%
B=25.68%

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
Decimal20814512200.300.410.1816.0547.7864.71
HexD0917A01E2912103041
Octal32022117203651222060101
Binary1101000010010001111101001111010100110010100001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0917A; }

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

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

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

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

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

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

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

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