Html Css Color HEX #DC9A77 Feldspar

📋 copy color: '#DC9A77'

red 220 ◦ green 154 ◦ blue 119

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

Shades of Feldspar #DC9A77

Tints of Feldspar #DC9A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.14%

R = 44.62%
G = 31.24%
B = 24.14%

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

#DC9A77 (or 0xDC9A77) is known color: Feldspar. HEX triplet: DC, 9A and 77. RGB value is (220,154,119). Sum of RGB (Red+Green+Blue) = 220+154+119=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9A77 is #236588. Grayscale: #A9A9A9. Windows color (decimal): -2319753 or 7838428. OLE color: 7838428.

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

Color convert

RGB 220 154 119 -
CMYK 0 0.3 0.46 0.14
HSL 20.79º 0.59% 0.66% -
HSV(B) 20.79º 0.46% 0.86% -
XYZ 44.4 39.66 22.77 -
YUV 169.74 99.37 163.85 -
System Red Green Blue C M Y K H S L
Decimal 220 154 119 0 0.3 0.46 0.14 20.79 0.59 0.66
Hex DC 9A 77 0 1E 2E E 15 3B 42
Octal 334 232 167 0 36 56 16 25 73 102
Binary 11011100 10011010 1110111 0 11110 101110 1110 10101 111011 1000010

Color Harmonies of #DC9A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A77

Black with #DC9A77

Text Example


Text Example

White with #DC9A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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