#D1946D

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

Shades of Feldspar #D1946D

Tints of Feldspar #D1946D

Color information

#D1946D (or 0xD1946D) is unknown color: approx Feldspar. HEX triplet: D1, 94 and 6D. RGB value is (209,148,109). Sum of RGB (Red+Green+Blue) = 209+148+109=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1946D is #2E6B92. Grayscale: #A2A2A2. Windows color (decimal): -3042195 or 7181521. OLE color: 7181521.

HSL color Cylindrical-coordinate representation of color #D1946D: hue angle of 23.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1946D is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB209148109-
CMYK00.290.480.18
HSL23.4º52.08%62.35%-
HSV(B)23.4º47.85%81.96%-
XYZ39.6435.8419.3-
YUV161.7998.21161.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.85%
GREEN value IS 148 (58.20% from 255) = 31.76%
BLUE value IS 109 (42.97% from 255) = 23.39%
R=44.85%
G=31.76%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914810900.290.480.1823.452.0862.35
HexD1946D01D301217343e
Octal3212241550356022276476
Binary110100011001010011011010111011100001001010111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1946D; }

 p { color: rgb(209,148,109); }

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

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

 a { background-color: rgb(209,148,109); }

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

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

 span { border-color: rgb(209,148,109); }

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