#DC9377

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

Shades of Feldspar #DC9377

Tints of Feldspar #DC9377

Color information

#DC9377 (or 0xDC9377) is unknown color: approx Feldspar. HEX triplet: DC, 93 and 77. RGB value is (220,147,119). Sum of RGB (Red+Green+Blue) = 220+147+119=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9377 is #236C88. Grayscale: #A5A5A5. Windows color (decimal): -2321545 or 7836636. OLE color: 7836636.

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

Color convert

RGB220147119-
CMYK00.330.460.14
HSL16.63º59.06%66.47%-
HSV(B)16.63º45.91%86.27%-
XYZ43.2837.4122.39-
YUV165.64101.68166.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.27%
GREEN value IS 147 (57.81% from 255) = 30.25%
BLUE value IS 119 (46.88% from 255) = 24.49%
R=45.27%
G=30.25%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014711900.330.460.1416.6359.0666.47
HexDC93770212EE113b42
Octal33422316704156162173102
Binary1101110010010011111011101000011011101110100011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9377; }

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

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

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

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

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

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

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

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