Html Css Color HEX #DC9773 Feldspar

📋 copy color: '#DC9773'

red 220 ◦ green 151 ◦ blue 115

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

Shades of Feldspar #DC9773

Tints of Feldspar #DC9773

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.07%

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

R = 45.27%
G = 31.07%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC9773 (or 0xDC9773) is known color: Feldspar. HEX triplet: DC, 97 and 73. RGB value is (220,151,115). Sum of RGB (Red+Green+Blue) = 220+151+115=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9773 is #23688C. Grayscale: #A7A7A7. Windows color (decimal): -2320525 or 7575516. OLE color: 7575516.

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

Color convert

RGB 220 151 115 -
CMYK 0 0.31 0.48 0.14
HSL 20.57º 0.6% 0.66% -
HSV(B) 20.57º 0.48% 0.86% -
XYZ 43.68 38.59 21.37 -
YUV 167.53 98.36 165.43 -
System Red Green Blue C M Y K H S L
Decimal 220 151 115 0 0.31 0.48 0.14 20.57 0.6 0.66
Hex DC 97 73 0 1F 30 E 15 3C 42
Octal 334 227 163 0 37 60 16 25 74 102
Binary 11011100 10010111 1110011 0 11111 110000 1110 10101 111100 1000010

Color Harmonies of #DC9773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9773

Black with #DC9773

Text Example


Text Example

White with #DC9773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9773; }

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

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

background-color css

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

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

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

border-color css

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

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

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