#D99270

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

Shades of Feldspar #D99270

Tints of Feldspar #D99270

Color information

#D99270 (or 0xD99270) is unknown color: approx Feldspar. HEX triplet: D9, 92 and 70. RGB value is (217,146,112). Sum of RGB (Red+Green+Blue) = 217+146+112=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D99270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99270 is #266D8F. Grayscale: #A3A3A3. Windows color (decimal): -2518416 or 7377625. OLE color: 7377625.

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

Color convert

RGB217146112-
CMYK00.330.480.15
HSL19.43º58.01%64.51%-
HSV(B)19.43º48.39%85.1%-
XYZ41.8236.4820.17-
YUV163.3599.02166.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.68%
GREEN value IS 146 (57.42% from 255) = 30.74%
BLUE value IS 112 (44.14% from 255) = 23.58%
R=45.68%
G=30.74%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714611200.330.480.1519.4358.0164.51
HexD9927002130F133a41
Octal33122216004160172372101
Binary1101100110010010111000001000011100001111100111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99270; }

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

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

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

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

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

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

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

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