Html Css Color HEX #DC9470 Feldspar

📋 copy color: '#DC9470'

red 220 ◦ green 148 ◦ blue 112

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

Shades of Feldspar #DC9470

Tints of Feldspar #DC9470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.33%

R = 45.83%
G = 30.83%
B = 23.33%

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

#DC9470 (or 0xDC9470) is known color: Feldspar. HEX triplet: DC, 94 and 70. RGB value is (220,148,112). Sum of RGB (Red+Green+Blue) = 220+148+112=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9470 is #236B8F. Grayscale: #A5A5A5. Windows color (decimal): -2321296 or 7378140. OLE color: 7378140.

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

Color convert

RGB 220 148 112 -
CMYK 0 0.33 0.49 0.14
HSL 20º 0.61% 0.65% -
HSV(B) 20º 0.49% 0.86% -
XYZ 43.03 37.57 20.31 -
YUV 165.42 97.85 166.93 -
System Red Green Blue C M Y K H S L
Decimal 220 148 112 0 0.33 0.49 0.14 20 0.61 0.65
Hex DC 94 70 0 21 31 E 14 3D 41
Octal 334 224 160 0 41 61 16 24 75 101
Binary 11011100 10010100 1110000 0 100001 110001 1110 10100 111101 1000001

Color Harmonies of #DC9470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9470

Black with #DC9470

Text Example


Text Example

White with #DC9470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9470; }

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

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

background-color css

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

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

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

border-color css

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

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

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