Html Css Color HEX #DC9177 Feldspar

📋 copy color: '#DC9177'

red 220 ◦ green 145 ◦ blue 119

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

Shades of Feldspar #DC9177

Tints of Feldspar #DC9177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.59%

R = 45.45%
G = 29.96%
B = 24.59%

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

#DC9177 (or 0xDC9177) is known color: Feldspar. HEX triplet: DC, 91 and 77. RGB value is (220,145,119). Sum of RGB (Red+Green+Blue) = 220+145+119=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9177 is #236E88. Grayscale: #A4A4A4. Windows color (decimal): -2322057 or 7836124. OLE color: 7836124.

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

Color convert

RGB 220 145 119 -
CMYK 0 0.34 0.46 0.14
HSL 15.45º 0.59% 0.66% -
HSV(B) 15.45º 0.46% 0.86% -
XYZ 42.97 36.8 22.29 -
YUV 164.46 102.35 167.61 -
System Red Green Blue C M Y K H S L
Decimal 220 145 119 0 0.34 0.46 0.14 15.45 0.59 0.66
Hex DC 91 77 0 22 2E E F 3B 42
Octal 334 221 167 0 42 56 16 17 73 102
Binary 11011100 10010001 1110111 0 100010 101110 1110 1111 111011 1000010

Color Harmonies of #DC9177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9177

Black with #DC9177

Text Example


Text Example

White with #DC9177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9177; }

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

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

background-color css

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

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

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

border-color css

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

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

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