Html Css Color HEX #DC9879 Feldspar

📋 copy color: '#DC9879'

red 220 ◦ green 152 ◦ blue 121

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

Shades of Feldspar #DC9879

Tints of Feldspar #DC9879

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.83%

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

R = 44.62%
G = 30.83%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC9879 (or 0xDC9879) is known color: Feldspar. HEX triplet: DC, 98 and 79. RGB value is (220,152,121). Sum of RGB (Red+Green+Blue) = 220+152+121=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9879 is #236786. Grayscale: #A8A8A8. Windows color (decimal): -2320263 or 7968988. OLE color: 7968988.

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

Color convert

RGB 220 152 121 -
CMYK 0 0.31 0.45 0.14
HSL 18.79º 0.59% 0.67% -
HSV(B) 18.79º 0.45% 0.86% -
XYZ 44.19 39.05 23.3 -
YUV 168.8 101.03 164.52 -
System Red Green Blue C M Y K H S L
Decimal 220 152 121 0 0.31 0.45 0.14 18.79 0.59 0.67
Hex DC 98 79 0 1F 2D E 13 3B 43
Octal 334 230 171 0 37 55 16 23 73 103
Binary 11011100 10011000 1111001 0 11111 101101 1110 10011 111011 1000011

Color Harmonies of #DC9879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9879

Black with #DC9879

Text Example


Text Example

White with #DC9879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9879; }

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

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

background-color css

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

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

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

border-color css

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

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

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