#d0927f

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

Shades of Feldspar #D0927F

Tints of Feldspar #D0927F

Color information

#D0927F (or 0xD0927F) is unknown color: approx Feldspar. HEX triplet: D0, 92 and 7F. RGB value is (208,146,127). Sum of RGB (Red+Green+Blue) = 208+146+127=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D0927F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0927F is #2F6D80. Grayscale: #A2A2A2. Windows color (decimal): -3108225 or 8360656. OLE color: 8360656.

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

Color convert

RGB208146127-
CMYK00.300.390.18
HSL14.07º46.29%65.69%-
HSV(B)14.07º38.94%81.57%-
XYZ40.1235.524.82-
YUV162.37108.04160.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.24%
GREEN value IS 146 (57.42% from 255) = 30.35%
BLUE value IS 127 (50% from 255) = 26.40%
R=43.24%
G=30.35%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814612700.300.390.1814.0746.2965.69
HexD0927F01E2712e2e42
Octal32022217703647221656102
Binary110100001001001011111110111101001111001011101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0927f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0927f; }

 p { color: rgb(208,146,127); }

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

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

 a { background-color: rgb(208,146,127); }

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

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

 span { border-color: rgb(208,146,127); }

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