Html Css Color HEX #DC9576 Feldspar

📋 copy color: '#DC9576'

red 220 ◦ green 149 ◦ blue 118

#DC9576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldspar #DC9576

Tints of Feldspar #DC9576

RGB

 RED value IS 220 (86.33% from 255) = 45.17%

 GREEN value IS 149 (58.59% from 255) = 30.6%

 BLUE value IS 118 (46.48% from 255) = 24.23%

R = 45.17%
G = 30.6%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC9576 (or 0xDC9576) is known color: Feldspar. HEX triplet: DC, 95 and 76. RGB value is (220,149,118). Sum of RGB (Red+Green+Blue) = 220+149+118=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9576 is #236A89. Grayscale: #A6A6A6. Windows color (decimal): -2321034 or 7771612. OLE color: 7771612.

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

Color convert

RGB 220 149 118 -
CMYK 0 0.32 0.46 0.14
HSL 18.24º 0.59% 0.66% -
HSV(B) 18.24º 0.46% 0.86% -
XYZ 43.53 38.02 22.18 -
YUV 166.7 100.52 166.02 -
System Red Green Blue C M Y K H S L
Decimal 220 149 118 0 0.32 0.46 0.14 18.24 0.59 0.66
Hex DC 95 76 0 20 2E E 12 3B 42
Octal 334 225 166 0 40 56 16 22 73 102
Binary 11011100 10010101 1110110 0 100000 101110 1110 10010 111011 1000010

Color Harmonies of #DC9576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9576

Black with #DC9576

Text Example


Text Example

White with #DC9576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9576; }

 p { color: rgb(220,149,118); }

 H1.HeaderClassName
 {
   color: #DC9576;
 }
 .AnyTagClassName
 {
   color: #DC9576;
 }
</style>

background-color css

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

 a { background-color: rgb(220,149,118); }

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

border-color css

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

 span { border-color: rgb(220,149,118); }

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