#D3927D

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

Shades of Feldspar #D3927D

Tints of Feldspar #D3927D

Color information

#D3927D (or 0xD3927D) is unknown color: approx Feldspar. HEX triplet: D3, 92 and 7D. RGB value is (211,146,125). Sum of RGB (Red+Green+Blue) = 211+146+125=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D3927D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3927D is #2C6D82. Grayscale: #A3A3A3. Windows color (decimal): -2911619 or 8229587. OLE color: 8229587.

HSL color Cylindrical-coordinate representation of color #D3927D: hue angle of 14.65º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D3927D is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB211146125-
CMYK00.310.410.17
HSL14.65º49.43%65.88%-
HSV(B)14.65º40.76%82.75%-
XYZ40.8435.8924.18-
YUV163.04106.53162.21-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.78%
GREEN value IS 146 (57.42% from 255) = 30.29%
BLUE value IS 125 (49.22% from 255) = 25.93%
R=43.78%
G=30.29%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114612500.310.410.1714.6549.4365.88
HexD3927D01F2911f3142
Octal32322217503751211761102
Binary110100111001001011111010111111010011000111111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3927D; }

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

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

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

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

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

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

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

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