#D19783

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

Shades of Feldspar #D19783

Tints of Feldspar #D19783

Color information

#D19783 (or 0xD19783) is unknown color: approx Feldspar. HEX triplet: D1, 97 and 83. RGB value is (209,151,131). Sum of RGB (Red+Green+Blue) = 209+151+131=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D19783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19783 is #2E687C. Grayscale: #A6A6A6. Windows color (decimal): -3041405 or 8624081. OLE color: 8624081.

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

Color convert

RGB209151131-
CMYK00.280.370.18
HSL15.38º45.88%66.67%-
HSV(B)15.38º37.32%81.96%-
XYZ41.4637.3326.49-
YUV166.06108.22158.63-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.57%
GREEN value IS 151 (59.38% from 255) = 30.75%
BLUE value IS 131 (51.56% from 255) = 26.68%
R=42.57%
G=30.75%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915113100.280.370.1815.3845.8866.67
HexD1978301C2512f2e43
Octal32122720303445221756103
Binary1101000110010111100000110111001001011001011111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19783; }

 p { color: rgb(209,151,131); }

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

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

 a { background-color: rgb(209,151,131); }

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

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

 span { border-color: rgb(209,151,131); }

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