#D29872

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

Shades of Feldspar #D29872

Tints of Feldspar #D29872

Color information

#D29872 (or 0xD29872) is unknown color: approx Feldspar. HEX triplet: D2, 98 and 72. RGB value is (210,152,114). Sum of RGB (Red+Green+Blue) = 210+152+114=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D29872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29872 is #2D678D. Grayscale: #A5A5A5. Windows color (decimal): -2975630 or 7510226. OLE color: 7510226.

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

Color convert

RGB210152114-
CMYK00.280.460.18
HSL23.75º51.61%63.53%-
HSV(B)23.75º45.71%82.35%-
XYZ40.8437.3720.98-
YUV165.0199.22160.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.12%
GREEN value IS 152 (59.77% from 255) = 31.93%
BLUE value IS 114 (44.92% from 255) = 23.95%
R=44.12%
G=31.93%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015211400.280.460.1823.7551.6163.53
HexD2987201C2E12183440
Octal32223016203456223064100
Binary1101001010011000111001001110010111010010110001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29872; }

 p { color: rgb(210,152,114); }

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

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

 a { background-color: rgb(210,152,114); }

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

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

 span { border-color: rgb(210,152,114); }

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