#DC9472

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

Shades of Feldspar #DC9472

Tints of Feldspar #DC9472

Color information

#DC9472 (or 0xDC9472) is unknown color: approx Feldspar. HEX triplet: DC, 94 and 72. RGB value is (220,148,114). Sum of RGB (Red+Green+Blue) = 220+148+114=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9472 is #236B8D. Grayscale: #A5A5A5. Windows color (decimal): -2321294 or 7509212. OLE color: 7509212.

HSL color Cylindrical-coordinate representation of color #DC9472: hue angle of 19.25º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC9472 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB220148114-
CMYK00.330.480.14
HSL19.25º60.23%65.49%-
HSV(B)19.25º48.18%86.27%-
XYZ43.1437.6120.91-
YUV165.6598.85166.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.64%
GREEN value IS 148 (58.20% from 255) = 30.71%
BLUE value IS 114 (44.92% from 255) = 23.65%
R=45.64%
G=30.71%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014811400.330.480.1419.2560.2365.49
HexDC947202130E133c41
Octal33422416204160162374101
Binary1101110010010100111001001000011100001110100111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9472; }

 p { color: rgb(220,148,114); }

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

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

 a { background-color: rgb(220,148,114); }

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

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

 span { border-color: rgb(220,148,114); }

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