Html Css Color HEX #DC9473 Feldspar

📋 copy color: '#DC9473'

red 220 ◦ green 148 ◦ blue 115

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

Shades of Feldspar #DC9473

Tints of Feldspar #DC9473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.81%

R = 45.55%
G = 30.64%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC9473 (or 0xDC9473) is known color: Feldspar. HEX triplet: DC, 94 and 73. RGB value is (220,148,115). Sum of RGB (Red+Green+Blue) = 220+148+115=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9473 is #236B8C. Grayscale: #A5A5A5. Windows color (decimal): -2321293 or 7574748. OLE color: 7574748.

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

Color convert

RGB 220 148 115 -
CMYK 0 0.33 0.48 0.14
HSL 18.86º 0.6% 0.66% -
HSV(B) 18.86º 0.48% 0.86% -
XYZ 43.2 37.63 21.21 -
YUV 165.77 99.35 166.68 -
System Red Green Blue C M Y K H S L
Decimal 220 148 115 0 0.33 0.48 0.14 18.86 0.6 0.66
Hex DC 94 73 0 21 30 E 13 3C 42
Octal 334 224 163 0 41 60 16 23 74 102
Binary 11011100 10010100 1110011 0 100001 110000 1110 10011 111100 1000010

Color Harmonies of #DC9473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9473

Black with #DC9473

Text Example


Text Example

White with #DC9473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9473; }

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

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

background-color css

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

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

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

border-color css

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

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

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