Html Css Color HEX #DC9A73 Feldspar

📋 copy color: '#DC9A73'

red 220 ◦ green 154 ◦ blue 115

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

Shades of Feldspar #DC9A73

Tints of Feldspar #DC9A73

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.49%

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

R = 44.99%
G = 31.49%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC9A73 (or 0xDC9A73) is known color: Feldspar. HEX triplet: DC, 9A and 73. RGB value is (220,154,115). Sum of RGB (Red+Green+Blue) = 220+154+115=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9A73 is #23658C. Grayscale: #A9A9A9. Windows color (decimal): -2319757 or 7576284. OLE color: 7576284.

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

Color convert

RGB 220 154 115 -
CMYK 0 0.3 0.48 0.14
HSL 22.29º 0.6% 0.66% -
HSV(B) 22.29º 0.48% 0.86% -
XYZ 44.17 39.56 21.53 -
YUV 169.29 97.37 164.17 -
System Red Green Blue C M Y K H S L
Decimal 220 154 115 0 0.3 0.48 0.14 22.29 0.6 0.66
Hex DC 9A 73 0 1E 30 E 16 3C 42
Octal 334 232 163 0 36 60 16 26 74 102
Binary 11011100 10011010 1110011 0 11110 110000 1110 10110 111100 1000010

Color Harmonies of #DC9A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A73

Black with #DC9A73

Text Example


Text Example

White with #DC9A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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