#DC9E6F

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

Shades of Feldspar #DC9E6F

Tints of Feldspar #DC9E6F

Color information

#DC9E6F (or 0xDC9E6F) is unknown color: approx Feldspar. HEX triplet: DC, 9E and 6F. RGB value is (220,158,111). Sum of RGB (Red+Green+Blue) = 220+158+111=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 111 (43.75% from 255 or 22.70% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9E6F is #236190. Grayscale: #ABABAB. Windows color (decimal): -2318737 or 7315164. OLE color: 7315164.

HSL color Cylindrical-coordinate representation of color #DC9E6F: hue angle of 25.87º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC9E6F is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB220158111-
CMYK00.280.500.14
HSL25.87º60.89%64.9%-
HSV(B)25.87º49.55%86.27%-
XYZ44.6140.8220.57-
YUV171.1894.04162.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.99%
GREEN value IS 158 (62.11% from 255) = 32.31%
BLUE value IS 111 (43.75% from 255) = 22.70%
R=44.99%
G=32.31%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015811100.280.500.1425.8760.8964.9
HexDC9E6F01C32E1a3d41
Octal33423615703462163275101
Binary110111001001111011011110111001100101110110101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9E6F; }

 p { color: rgb(220,158,111); }

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

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

 a { background-color: rgb(220,158,111); }

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

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

 span { border-color: rgb(220,158,111); }

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