Html Css Color HEX #DC9976 Feldspar

📋 copy color: '#DC9976'

red 220 ◦ green 153 ◦ blue 118

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

Shades of Feldspar #DC9976

Tints of Feldspar #DC9976

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.16%

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

R = 44.81%
G = 31.16%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC9976 (or 0xDC9976) is known color: Feldspar. HEX triplet: DC, 99 and 76. RGB value is (220,153,118). Sum of RGB (Red+Green+Blue) = 220+153+118=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9976 is #236689. Grayscale: #A9A9A9. Windows color (decimal): -2320010 or 7772636. OLE color: 7772636.

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

Color convert

RGB 220 153 118 -
CMYK 0 0.30 0.46 0.14
HSL 20.59º 0.59% 0.66% -
HSV(B) 20.59º 0.46% 0.86% -
XYZ 44.18 39.31 22.4 -
YUV 169.04 99.2 164.35 -
System Red Green Blue C M Y K H S L
Decimal 220 153 118 0 0.30 0.46 0.14 20.59 0.59 0.66
Hex DC 99 76 0 1E 2E E 15 3B 42
Octal 334 231 166 0 36 56 16 25 73 102
Binary 11011100 10011001 1110110 0 11110 101110 1110 10101 111011 1000010

Color Harmonies of #DC9976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9976

Black with #DC9976

Text Example


Text Example

White with #DC9976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9976; }

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

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

background-color css

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

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

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

border-color css

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

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

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