Html Css Color HEX #DC9977 Feldspar

📋 copy color: '#DC9977'

red 220 ◦ green 153 ◦ blue 119

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

Shades of Feldspar #DC9977

Tints of Feldspar #DC9977

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.1%

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

R = 44.72%
G = 31.1%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC9977 (or 0xDC9977) is known color: Feldspar. HEX triplet: DC, 99 and 77. RGB value is (220,153,119). Sum of RGB (Red+Green+Blue) = 220+153+119=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9977 is #236688. Grayscale: #A9A9A9. Windows color (decimal): -2320009 or 7838172. OLE color: 7838172.

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

Color convert

RGB 220 153 119 -
CMYK 0 0.30 0.46 0.14
HSL 20.2º 0.59% 0.66% -
HSV(B) 20.2º 0.46% 0.86% -
XYZ 44.24 39.33 22.71 -
YUV 169.16 99.7 164.26 -
System Red Green Blue C M Y K H S L
Decimal 220 153 119 0 0.30 0.46 0.14 20.2 0.59 0.66
Hex DC 99 77 0 1E 2E E 14 3B 42
Octal 334 231 167 0 36 56 16 24 73 102
Binary 11011100 10011001 1110111 0 11110 101110 1110 10100 111011 1000010

Color Harmonies of #DC9977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9977

Black with #DC9977

Text Example


Text Example

White with #DC9977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9977; }

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

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

background-color css

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

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

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

border-color css

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

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

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