#D18772

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

Shades of Feldspar #D18772

Tints of Feldspar #D18772

Color information

#D18772 (or 0xD18772) is unknown color: approx Feldspar. HEX triplet: D1, 87 and 72. RGB value is (209,135,114). Sum of RGB (Red+Green+Blue) = 209+135+114=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D18772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18772 is #2E788D. Grayscale: #9A9A9A. Windows color (decimal): -3045518 or 7505873. OLE color: 7505873.

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

Color convert

RGB209135114-
CMYK00.350.450.18
HSL13.26º50.8%63.33%-
HSV(B)13.26º45.45%81.96%-
XYZ3832.120.11-
YUV154.73105.02166.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.63%
GREEN value IS 135 (53.12% from 255) = 29.48%
BLUE value IS 114 (44.92% from 255) = 24.89%
R=45.63%
G=29.48%
B=24.89%

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
Decimal20913511400.350.450.1813.2650.863.33
HexD187720232D12d333f
Octal3212071620435522156377
Binary110100011000011111100100100011101101100101101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18772; }

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

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

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

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

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

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

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

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