#D29480

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

Shades of Feldspar #D29480

Tints of Feldspar #D29480

Color information

#D29480 (or 0xD29480) is unknown color: approx Feldspar. HEX triplet: D2, 94 and 80. RGB value is (210,148,128). Sum of RGB (Red+Green+Blue) = 210+148+128=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D29480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29480 is #2D6B7F. Grayscale: #A4A4A4. Windows color (decimal): -2976640 or 8426706. OLE color: 8426706.

HSL color Cylindrical-coordinate representation of color #D29480: hue angle of 14.63º degrees, saturation: 0.48, 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 #D29480 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB210148128-
CMYK00.300.390.18
HSL14.63º47.67%66.27%-
HSV(B)14.63º39.05%82.35%-
XYZ41.0636.4425.29-
YUV164.26107.54160.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.21%
GREEN value IS 148 (58.20% from 255) = 30.45%
BLUE value IS 128 (50.39% from 255) = 26.34%
R=43.21%
G=30.45%
B=26.34%

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
Decimal21014812800.300.390.1814.6347.6766.27
HexD2948001E2712f3042
Octal32222420003647221760102
Binary1101001010010100100000000111101001111001011111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29480; }

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

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

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

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

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

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

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

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