#D18872

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

Shades of Feldspar #D18872

Tints of Feldspar #D18872

Color information

#D18872 (or 0xD18872) is unknown color: approx Feldspar. HEX triplet: D1, 88 and 72. RGB value is (209,136,114). Sum of RGB (Red+Green+Blue) = 209+136+114=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D18872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18872 is #2E778D. Grayscale: #9B9B9B. Windows color (decimal): -3045262 or 7506129. OLE color: 7506129.

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

Color convert

RGB209136114-
CMYK00.350.450.18
HSL13.89º50.8%63.33%-
HSV(B)13.89º45.45%81.96%-
XYZ38.1432.3820.16-
YUV155.32104.68166.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.53%
GREEN value IS 136 (53.52% from 255) = 29.63%
BLUE value IS 114 (44.92% from 255) = 24.84%
R=45.53%
G=29.63%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913611400.350.450.1813.8950.863.33
HexD188720232D12e333f
Octal3212101620435522166377
Binary110100011000100011100100100011101101100101110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18872; }

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

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

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

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

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

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

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

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