#DC9277

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

Shades of Feldspar #DC9277

Tints of Feldspar #DC9277

Color information

#DC9277 (or 0xDC9277) is unknown color: approx Feldspar. HEX triplet: DC, 92 and 77. RGB value is (220,146,119). Sum of RGB (Red+Green+Blue) = 220+146+119=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9277 is #236D88. Grayscale: #A5A5A5. Windows color (decimal): -2321801 or 7836380. OLE color: 7836380.

HSL color Cylindrical-coordinate representation of color #DC9277: hue angle of 16.04º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC9277 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB220146119-
CMYK00.340.460.14
HSL16.04º59.06%66.47%-
HSV(B)16.04º45.91%86.27%-
XYZ43.1237.1122.34-
YUV165.05102.02167.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.36%
GREEN value IS 146 (57.42% from 255) = 30.10%
BLUE value IS 119 (46.88% from 255) = 24.54%
R=45.36%
G=30.10%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014611900.340.460.1416.0459.0666.47
HexDC92770222EE103b42
Octal33422216704256162073102
Binary1101110010010010111011101000101011101110100001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9277; }

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

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

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

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

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

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

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

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