#D19672

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

Shades of Feldspar #D19672

Tints of Feldspar #D19672

Color information

#D19672 (or 0xD19672) is unknown color: approx Feldspar. HEX triplet: D1, 96 and 72. RGB value is (209,150,114). Sum of RGB (Red+Green+Blue) = 209+150+114=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D19672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19672 is #2E698D. Grayscale: #A3A3A3. Windows color (decimal): -3041678 or 7509713. OLE color: 7509713.

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

Color convert

RGB209150114-
CMYK00.280.450.18
HSL22.74º50.8%63.33%-
HSV(B)22.74º45.45%81.96%-
XYZ40.2436.5820.86-
YUV163.54100.05160.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.19%
GREEN value IS 150 (58.98% from 255) = 31.71%
BLUE value IS 114 (44.92% from 255) = 24.10%
R=44.19%
G=31.71%
B=24.10%

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
Decimal20915011400.280.450.1822.7450.863.33
HexD1967201C2D1217333f
Octal3212261620345522276377
Binary110100011001011011100100111001011011001010111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19672; }

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

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

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

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

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

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

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

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