#D29474

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

Shades of Feldspar #D29474

Tints of Feldspar #D29474

Color information

#D29474 (or 0xD29474) is unknown color: approx Feldspar. HEX triplet: D2, 94 and 74. RGB value is (210,148,116). Sum of RGB (Red+Green+Blue) = 210+148+116=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D29474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29474 is #2D6B8B. Grayscale: #A3A3A3. Windows color (decimal): -2976652 or 7640274. OLE color: 7640274.

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

Color convert

RGB210148116-
CMYK00.300.450.18
HSL20.43º51.09%63.92%-
HSV(B)20.43º44.76%82.35%-
XYZ40.3236.1421.37-
YUV162.89101.54161.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.30%
GREEN value IS 148 (58.20% from 255) = 31.22%
BLUE value IS 116 (45.70% from 255) = 24.47%
R=44.30%
G=31.22%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014811600.300.450.1820.4351.0963.92
HexD2947401E2D12143340
Octal32222416403655222463100
Binary1101001010010100111010001111010110110010101001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29474; }

 p { color: rgb(210,148,116); }

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

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

 a { background-color: rgb(210,148,116); }

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

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

 span { border-color: rgb(210,148,116); }

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