Html Css Color HEX #DC9579 Feldspar

📋 copy color: '#DC9579'

red 220 ◦ green 149 ◦ blue 121

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

Shades of Feldspar #DC9579

Tints of Feldspar #DC9579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.69%

R = 44.9%
G = 30.41%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC9579 (or 0xDC9579) is known color: Feldspar. HEX triplet: DC, 95 and 79. RGB value is (220,149,121). Sum of RGB (Red+Green+Blue) = 220+149+121=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9579 is #236A86. Grayscale: #A7A7A7. Windows color (decimal): -2321031 or 7968220. OLE color: 7968220.

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

Color convert

RGB 220 149 121 -
CMYK 0 0.32 0.45 0.14
HSL 16.97º 0.59% 0.67% -
HSV(B) 16.97º 0.45% 0.86% -
XYZ 43.71 38.09 23.14 -
YUV 167.04 102.02 165.78 -
System Red Green Blue C M Y K H S L
Decimal 220 149 121 0 0.32 0.45 0.14 16.97 0.59 0.67
Hex DC 95 79 0 20 2D E 11 3B 43
Octal 334 225 171 0 40 55 16 21 73 103
Binary 11011100 10010101 1111001 0 100000 101101 1110 10001 111011 1000011

Color Harmonies of #DC9579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9579

Black with #DC9579

Text Example


Text Example

White with #DC9579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9579; }

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

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

background-color css

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

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

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

border-color css

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

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

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