#D9927A

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

Shades of Feldspar #D9927A

Tints of Feldspar #D9927A

Color information

#D9927A (or 0xD9927A) is unknown color: approx Feldspar. HEX triplet: D9, 92 and 7A. RGB value is (217,146,122). Sum of RGB (Red+Green+Blue) = 217+146+122=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D9927A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9927A is #266D85. Grayscale: #A4A4A4. Windows color (decimal): -2518406 or 8032985. OLE color: 8032985.

HSL color Cylindrical-coordinate representation of color #D9927A: hue angle of 15.16º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D9927A is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB217146122-
CMYK00.330.440.15
HSL15.16º55.56%66.47%-
HSV(B)15.16º43.78%85.1%-
XYZ42.4136.7123.26-
YUV164.49104.02165.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.74%
GREEN value IS 146 (57.42% from 255) = 30.10%
BLUE value IS 122 (48.05% from 255) = 25.15%
R=44.74%
G=30.10%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714612200.330.440.1515.1655.5666.47
HexD9927A0212CFf3842
Octal33122217204154171770102
Binary110110011001001011110100100001101100111111111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9927A; }

 p { color: rgb(217,146,122); }

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

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

 a { background-color: rgb(217,146,122); }

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

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

 span { border-color: rgb(217,146,122); }

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