Html Css Color HEX #DC9171 Feldspar

📋 copy color: '#DC9171'

red 220 ◦ green 145 ◦ blue 113

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

Shades of Feldspar #DC9171

Tints of Feldspar #DC9171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.64%

R = 46.03%
G = 30.33%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC9171 (or 0xDC9171) is known color: Feldspar. HEX triplet: DC, 91 and 71. RGB value is (220,145,113). Sum of RGB (Red+Green+Blue) = 220+145+113=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9171 is #236E8E. Grayscale: #A3A3A3. Windows color (decimal): -2322063 or 7442908. OLE color: 7442908.

HSL color Cylindrical-coordinate representation of color #DC9171: hue angle of 17.94º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC9171 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 145 113 -
CMYK 0 0.34 0.49 0.14
HSL 17.94º 0.6% 0.65% -
HSV(B) 17.94º 0.49% 0.86% -
XYZ 42.62 36.66 20.45 -
YUV 163.78 99.35 168.1 -
System Red Green Blue C M Y K H S L
Decimal 220 145 113 0 0.34 0.49 0.14 17.94 0.6 0.65
Hex DC 91 71 0 22 31 E 12 3C 41
Octal 334 221 161 0 42 61 16 22 74 101
Binary 11011100 10010001 1110001 0 100010 110001 1110 10010 111100 1000001

Color Harmonies of #DC9171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9171

Black with #DC9171

Text Example


Text Example

White with #DC9171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9171; }

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

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

background-color css

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

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

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

border-color css

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

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

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