#DC9272

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

Shades of Feldspar #DC9272

Tints of Feldspar #DC9272

Color information

#DC9272 (or 0xDC9272) is unknown color: approx Feldspar. HEX triplet: DC, 92 and 72. RGB value is (220,146,114). Sum of RGB (Red+Green+Blue) = 220+146+114=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9272 is #236D8D. Grayscale: #A4A4A4. Windows color (decimal): -2321806 or 7508700. OLE color: 7508700.

HSL color Cylindrical-coordinate representation of color #DC9272: hue angle of 18.11º 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 #DC9272 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB220146114-
CMYK00.340.480.14
HSL18.11º60.23%65.49%-
HSV(B)18.11º48.18%86.27%-
XYZ42.8336.9920.8-
YUV164.4899.52167.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.83%
GREEN value IS 146 (57.42% from 255) = 30.42%
BLUE value IS 114 (44.92% from 255) = 23.75%
R=45.83%
G=30.42%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014611400.340.480.1418.1160.2365.49
HexDC927202230E123c41
Octal33422216204260162274101
Binary1101110010010010111001001000101100001110100101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9272; }

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

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

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

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

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

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

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

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