Html Css Color HEX #DC9373 Feldspar

📋 copy color: '#DC9373'

red 220 ◦ green 147 ◦ blue 115

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

Shades of Feldspar #DC9373

Tints of Feldspar #DC9373

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.5%

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

R = 45.64%
G = 30.5%
B = 23.86%

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

#DC9373 (or 0xDC9373) is known color: Feldspar. HEX triplet: DC, 93 and 73. RGB value is (220,147,115). Sum of RGB (Red+Green+Blue) = 220+147+115=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9373 is #236C8C. Grayscale: #A5A5A5. Windows color (decimal): -2321549 or 7574492. OLE color: 7574492.

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

Color convert

RGB 220 147 115 -
CMYK 0 0.33 0.48 0.14
HSL 18.29º 0.6% 0.66% -
HSV(B) 18.29º 0.48% 0.86% -
XYZ 43.04 37.32 21.15 -
YUV 165.18 99.68 167.1 -
System Red Green Blue C M Y K H S L
Decimal 220 147 115 0 0.33 0.48 0.14 18.29 0.6 0.66
Hex DC 93 73 0 21 30 E 12 3C 42
Octal 334 223 163 0 41 60 16 22 74 102
Binary 11011100 10010011 1110011 0 100001 110000 1110 10010 111100 1000010

Color Harmonies of #DC9373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9373

Black with #DC9373

Text Example


Text Example

White with #DC9373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9373; }

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

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

background-color css

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

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

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

border-color css

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

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

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