#D19572

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

Shades of Feldspar #D19572

Tints of Feldspar #D19572

Color information

#D19572 (or 0xD19572) is unknown color: approx Feldspar. HEX triplet: D1, 95 and 72. RGB value is (209,149,114). Sum of RGB (Red+Green+Blue) = 209+149+114=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D19572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19572 is #2E6A8D. Grayscale: #A3A3A3. Windows color (decimal): -3041934 or 7509457. OLE color: 7509457.

HSL color Cylindrical-coordinate representation of color #D19572: hue angle of 22.11º degrees, saturation: 0.51, 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 #D19572 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB209149114-
CMYK00.290.450.18
HSL22.11º50.8%63.33%-
HSV(B)22.11º45.45%81.96%-
XYZ40.0836.2720.81-
YUV162.95100.38160.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.28%
GREEN value IS 149 (58.59% from 255) = 31.57%
BLUE value IS 114 (44.92% from 255) = 24.15%
R=44.28%
G=31.57%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914911400.290.450.1822.1150.863.33
HexD1957201D2D1216333f
Octal3212251620355522266377
Binary110100011001010111100100111011011011001010110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19572; }

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

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

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

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

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

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

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

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