#dc976d

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

Shades of Feldspar #DC976D

Tints of Feldspar #DC976D

Color information

#DC976D (or 0xDC976D) is unknown color: approx Feldspar. HEX triplet: DC, 97 and 6D. RGB value is (220,151,109). Sum of RGB (Red+Green+Blue) = 220+151+109=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC976D is #236892. Grayscale: #A7A7A7. Windows color (decimal): -2320531 or 7182300. OLE color: 7182300.

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

Color convert

RGB220151109-
CMYK00.310.500.14
HSL22.7º61.33%64.51%-
HSV(B)22.7º50.45%86.27%-
XYZ43.3438.4519.61-
YUV166.8495.36165.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.83%
GREEN value IS 151 (59.38% from 255) = 31.46%
BLUE value IS 109 (42.97% from 255) = 22.71%
R=45.83%
G=31.46%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015110900.310.500.1422.761.3364.51
HexDC976D01F32E173d41
Octal33422715503762162775101
Binary110111001001011111011010111111100101110101111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc976d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc976d; }

 p { color: rgb(220,151,109); }

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

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

 a { background-color: rgb(220,151,109); }

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

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

 span { border-color: rgb(220,151,109); }

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