#DC9672

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

Shades of Feldspar #DC9672

Tints of Feldspar #DC9672

Color information

#DC9672 (or 0xDC9672) is unknown color: approx Feldspar. HEX triplet: DC, 96 and 72. RGB value is (220,150,114). Sum of RGB (Red+Green+Blue) = 220+150+114=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9672 is #23698D. Grayscale: #A7A7A7. Windows color (decimal): -2320782 or 7509724. OLE color: 7509724.

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

Color convert

RGB220150114-
CMYK00.320.480.14
HSL20.38º60.23%65.49%-
HSV(B)20.38º48.18%86.27%-
XYZ43.4638.2421.01-
YUV166.8398.19165.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.45%
GREEN value IS 150 (58.98% from 255) = 30.99%
BLUE value IS 114 (44.92% from 255) = 23.55%
R=45.45%
G=30.99%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015011400.320.480.1420.3860.2365.49
HexDC967202030E143c41
Octal33422616204060162474101
Binary1101110010010110111001001000001100001110101001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9672; }

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

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

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

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

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

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

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

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