#D29275

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

Shades of Feldspar #D29275

Tints of Feldspar #D29275

Color information

#D29275 (or 0xD29275) is unknown color: approx Feldspar. HEX triplet: D2, 92 and 75. RGB value is (210,146,117). Sum of RGB (Red+Green+Blue) = 210+146+117=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D29275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29275 is #2D6D8A. Grayscale: #A2A2A2. Windows color (decimal): -2977163 or 7705298. OLE color: 7705298.

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

Color convert

RGB210146117-
CMYK00.300.440.18
HSL18.71º50.82%64.12%-
HSV(B)18.71º44.29%82.35%-
XYZ40.0735.5421.58-
YUV161.83102.7162.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.40%
GREEN value IS 146 (57.42% from 255) = 30.87%
BLUE value IS 117 (46.09% from 255) = 24.74%
R=44.40%
G=30.87%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014611700.300.440.1818.7150.8264.12
HexD2927501E2C12133340
Octal32222216503654222363100
Binary1101001010010010111010101111010110010010100111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29275; }

 p { color: rgb(210,146,117); }

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

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

 a { background-color: rgb(210,146,117); }

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

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

 span { border-color: rgb(210,146,117); }

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