#D09572

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

Shades of Feldspar #D09572

Tints of Feldspar #D09572

Color information

#D09572 (or 0xD09572) is unknown color: approx Feldspar. HEX triplet: D0, 95 and 72. RGB value is (208,149,114). Sum of RGB (Red+Green+Blue) = 208+149+114=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D09572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09572 is #2F6A8D. Grayscale: #A2A2A2. Windows color (decimal): -3107470 or 7509456. OLE color: 7509456.

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

Color convert

RGB208149114-
CMYK00.280.450.18
HSL22.34º50%63.14%-
HSV(B)22.34º45.19%81.57%-
XYZ39.836.1220.79-
YUV162.65100.55160.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.16%
GREEN value IS 149 (58.59% from 255) = 31.63%
BLUE value IS 114 (44.92% from 255) = 24.20%
R=44.16%
G=31.63%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814911400.280.450.1822.345063.14
HexD0957201C2D1216323f
Octal3202251620345522266277
Binary110100001001010111100100111001011011001010110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09572; }

 p { color: rgb(208,149,114); }

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

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

 a { background-color: rgb(208,149,114); }

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

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

 span { border-color: rgb(208,149,114); }

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