Html Css Color HEX #DC9578 Feldspar

📋 copy color: '#DC9578'

red 220 ◦ green 149 ◦ blue 120

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

Shades of Feldspar #DC9578

Tints of Feldspar #DC9578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.54%

R = 44.99%
G = 30.47%
B = 24.54%

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

#DC9578 (or 0xDC9578) is known color: Feldspar. HEX triplet: DC, 95 and 78. RGB value is (220,149,120). Sum of RGB (Red+Green+Blue) = 220+149+120=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9578 is #236A87. Grayscale: #A7A7A7. Windows color (decimal): -2321032 or 7902684. OLE color: 7902684.

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

Color convert

RGB 220 149 120 -
CMYK 0 0.32 0.45 0.14
HSL 17.4º 0.59% 0.67% -
HSV(B) 17.4º 0.45% 0.86% -
XYZ 43.65 38.07 22.82 -
YUV 166.92 101.52 165.86 -
System Red Green Blue C M Y K H S L
Decimal 220 149 120 0 0.32 0.45 0.14 17.4 0.59 0.67
Hex DC 95 78 0 20 2D E 11 3B 43
Octal 334 225 170 0 40 55 16 21 73 103
Binary 11011100 10010101 1111000 0 100000 101101 1110 10001 111011 1000011

Color Harmonies of #DC9578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9578

Black with #DC9578

Text Example


Text Example

White with #DC9578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9578; }

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

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

background-color css

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

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

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

border-color css

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

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

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