#D19073

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

Shades of Feldspar #D19073

Tints of Feldspar #D19073

Color information

#D19073 (or 0xD19073) is unknown color: approx Feldspar. HEX triplet: D1, 90 and 73. RGB value is (209,144,115). Sum of RGB (Red+Green+Blue) = 209+144+115=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D19073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19073 is #2E6F8C. Grayscale: #A0A0A0. Windows color (decimal): -3043213 or 7573713. OLE color: 7573713.

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

Color convert

RGB209144115-
CMYK00.310.450.18
HSL18.51º50.54%63.53%-
HSV(B)18.51º44.98%81.96%-
XYZ39.3634.7420.85-
YUV160.13102.53162.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.66%
GREEN value IS 144 (56.64% from 255) = 30.77%
BLUE value IS 115 (45.31% from 255) = 24.57%
R=44.66%
G=30.77%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914411500.310.450.1818.5150.5463.53
HexD1907301F2D12133340
Octal32122016303755222363100
Binary1101000110010000111001101111110110110010100111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19073; }

 p { color: rgb(209,144,115); }

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

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

 a { background-color: rgb(209,144,115); }

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

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

 span { border-color: rgb(209,144,115); }

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