Html Css Color HEX #DC9A76 Feldspar

📋 copy color: '#DC9A76'

red 220 ◦ green 154 ◦ blue 118

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

Shades of Feldspar #DC9A76

Tints of Feldspar #DC9A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.98%

R = 44.72%
G = 31.3%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC9A76 (or 0xDC9A76) is known color: Feldspar. HEX triplet: DC, 9A and 76. RGB value is (220,154,118). Sum of RGB (Red+Green+Blue) = 220+154+118=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9A76 is #236589. Grayscale: #A9A9A9. Windows color (decimal): -2319754 or 7772892. OLE color: 7772892.

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

Color convert

RGB 220 154 118 -
CMYK 0 0.3 0.46 0.14
HSL 21.18º 0.59% 0.66% -
HSV(B) 21.18º 0.46% 0.86% -
XYZ 44.34 39.63 22.45 -
YUV 169.63 98.87 163.93 -
System Red Green Blue C M Y K H S L
Decimal 220 154 118 0 0.3 0.46 0.14 21.18 0.59 0.66
Hex DC 9A 76 0 1E 2E E 15 3B 42
Octal 334 232 166 0 36 56 16 25 73 102
Binary 11011100 10011010 1110110 0 11110 101110 1110 10101 111011 1000010

Color Harmonies of #DC9A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A76

Black with #DC9A76

Text Example


Text Example

White with #DC9A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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