#D0927D

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

Shades of Feldspar #D0927D

Tints of Feldspar #D0927D

Color information

#D0927D (or 0xD0927D) is unknown color: approx Feldspar. HEX triplet: D0, 92 and 7D. RGB value is (208,146,125). Sum of RGB (Red+Green+Blue) = 208+146+125=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D0927D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0927D is #2F6D82. Grayscale: #A2A2A2. Windows color (decimal): -3108227 or 8229584. OLE color: 8229584.

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

Color convert

RGB208146125-
CMYK00.300.400.18
HSL15.18º46.89%65.29%-
HSV(B)15.18º39.9%81.57%-
XYZ39.9935.4524.14-
YUV162.14107.04160.71-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.42%
GREEN value IS 146 (57.42% from 255) = 30.48%
BLUE value IS 125 (49.22% from 255) = 26.10%
R=43.42%
G=30.48%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814612500.300.400.1815.1846.8965.29
HexD0927D01E2812f2f41
Octal32022217503650221757101
Binary110100001001001011111010111101010001001011111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0927D; }

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

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

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

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

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

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

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

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