Html Css Color HEX #DC9273 Feldspar

📋 copy color: '#DC9273'

red 220 ◦ green 146 ◦ blue 115

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

Shades of Feldspar #DC9273

Tints of Feldspar #DC9273

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.35%

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

R = 45.74%
G = 30.35%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC9273 (or 0xDC9273) is known color: Feldspar. HEX triplet: DC, 92 and 73. RGB value is (220,146,115). Sum of RGB (Red+Green+Blue) = 220+146+115=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9273 is #236D8C. Grayscale: #A4A4A4. Windows color (decimal): -2321805 or 7574236. OLE color: 7574236.

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

Color convert

RGB 220 146 115 -
CMYK 0 0.34 0.48 0.14
HSL 17.71º 0.6% 0.66% -
HSV(B) 17.71º 0.48% 0.86% -
XYZ 42.89 37.01 21.1 -
YUV 164.59 100.02 167.52 -
System Red Green Blue C M Y K H S L
Decimal 220 146 115 0 0.34 0.48 0.14 17.71 0.6 0.66
Hex DC 92 73 0 22 30 E 12 3C 42
Octal 334 222 163 0 42 60 16 22 74 102
Binary 11011100 10010010 1110011 0 100010 110000 1110 10010 111100 1000010

Color Harmonies of #DC9273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9273

Black with #DC9273

Text Example


Text Example

White with #DC9273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9273; }

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

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

background-color css

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

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

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

border-color css

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

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

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