Html Css Color HEX #DC9176 Feldspar

📋 copy color: '#DC9176'

red 220 ◦ green 145 ◦ blue 118

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

Shades of Feldspar #DC9176

Tints of Feldspar #DC9176

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.02%

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

R = 45.55%
G = 30.02%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC9176 (or 0xDC9176) is known color: Feldspar. HEX triplet: DC, 91 and 76. RGB value is (220,145,118). Sum of RGB (Red+Green+Blue) = 220+145+118=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9176 is #236E89. Grayscale: #A4A4A4. Windows color (decimal): -2322058 or 7770588. OLE color: 7770588.

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

Color convert

RGB 220 145 118 -
CMYK 0 0.34 0.46 0.14
HSL 15.88º 0.59% 0.66% -
HSV(B) 15.88º 0.46% 0.86% -
XYZ 42.91 36.77 21.98 -
YUV 164.35 101.85 167.7 -
System Red Green Blue C M Y K H S L
Decimal 220 145 118 0 0.34 0.46 0.14 15.88 0.59 0.66
Hex DC 91 76 0 22 2E E 10 3B 42
Octal 334 221 166 0 42 56 16 20 73 102
Binary 11011100 10010001 1110110 0 100010 101110 1110 10000 111011 1000010

Color Harmonies of #DC9176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9176

Black with #DC9176

Text Example


Text Example

White with #DC9176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9176; }

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

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

background-color css

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

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

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

border-color css

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

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

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