#DC9675

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

Shades of Feldspar #DC9675

Tints of Feldspar #DC9675

Color information

#DC9675 (or 0xDC9675) is unknown color: approx Feldspar. HEX triplet: DC, 96 and 75. RGB value is (220,150,117). Sum of RGB (Red+Green+Blue) = 220+150+117=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9675 is #23698A. Grayscale: #A7A7A7. Windows color (decimal): -2320779 or 7706332. OLE color: 7706332.

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

Color convert

RGB220150117-
CMYK00.320.470.14
HSL19.22º59.54%66.08%-
HSV(B)19.22º46.82%86.27%-
XYZ43.6338.3121.93-
YUV167.1799.69165.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.17%
GREEN value IS 150 (58.98% from 255) = 30.80%
BLUE value IS 117 (46.09% from 255) = 24.02%
R=45.17%
G=30.80%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015011700.320.470.1419.2259.5466.08
HexDC96750202FE133c42
Octal33422616504057162374102
Binary1101110010010110111010101000001011111110100111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9675; }

 p { color: rgb(220,150,117); }

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

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

 a { background-color: rgb(220,150,117); }

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

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

 span { border-color: rgb(220,150,117); }

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