Html Css Color HEX #DC9471 Feldspar

📋 copy color: '#DC9471'

red 220 ◦ green 148 ◦ blue 113

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

Shades of Feldspar #DC9471

Tints of Feldspar #DC9471

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.77%

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

R = 45.74%
G = 30.77%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC9471 (or 0xDC9471) is known color: Feldspar. HEX triplet: DC, 94 and 71. RGB value is (220,148,113). Sum of RGB (Red+Green+Blue) = 220+148+113=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9471 is #236B8E. Grayscale: #A5A5A5. Windows color (decimal): -2321295 or 7443676. OLE color: 7443676.

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

Color convert

RGB 220 148 113 -
CMYK 0 0.33 0.49 0.14
HSL 19.63º 0.6% 0.65% -
HSV(B) 19.63º 0.49% 0.86% -
XYZ 43.09 37.59 20.61 -
YUV 165.54 98.35 166.85 -
System Red Green Blue C M Y K H S L
Decimal 220 148 113 0 0.33 0.49 0.14 19.63 0.6 0.65
Hex DC 94 71 0 21 31 E 14 3C 41
Octal 334 224 161 0 41 61 16 24 74 101
Binary 11011100 10010100 1110001 0 100001 110001 1110 10100 111100 1000001

Color Harmonies of #DC9471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9471

Black with #DC9471

Text Example


Text Example

White with #DC9471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9471; }

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

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

background-color css

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

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

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

border-color css

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

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

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