#D29772

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

Shades of Feldspar #D29772

Tints of Feldspar #D29772

Color information

#D29772 (or 0xD29772) is unknown color: approx Feldspar. HEX triplet: D2, 97 and 72. RGB value is (210,151,114). Sum of RGB (Red+Green+Blue) = 210+151+114=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D29772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29772 is #2D688D. Grayscale: #A4A4A4. Windows color (decimal): -2975886 or 7509970. OLE color: 7509970.

HSL color Cylindrical-coordinate representation of color #D29772: hue angle of 23.13º 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 #D29772 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB210151114-
CMYK00.280.460.18
HSL23.13º51.61%63.53%-
HSV(B)23.13º45.71%82.35%-
XYZ40.6837.0520.93-
YUV164.4299.55160.51-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.21%
GREEN value IS 151 (59.38% from 255) = 31.79%
BLUE value IS 114 (44.92% from 255) = 24%
R=44.21%
G=31.79%
B=24%

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
Decimal21015111400.280.460.1823.1351.6163.53
HexD2977201C2E12173440
Octal32222716203456222764100
Binary1101001010010111111001001110010111010010101111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29772; }

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

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

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

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

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

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

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

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