Html Css Color HEX #DC9778 Feldspar

📋 copy color: '#DC9778'

red 220 ◦ green 151 ◦ blue 120

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

Shades of Feldspar #DC9778

Tints of Feldspar #DC9778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.44%

R = 44.81%
G = 30.75%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC9778 (or 0xDC9778) is known color: Feldspar. HEX triplet: DC, 97 and 78. RGB value is (220,151,120). Sum of RGB (Red+Green+Blue) = 220+151+120=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9778 is #236887. Grayscale: #A8A8A8. Windows color (decimal): -2320520 or 7903196. OLE color: 7903196.

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

Color convert

RGB 220 151 120 -
CMYK 0 0.31 0.45 0.14
HSL 18.6º 0.59% 0.67% -
HSV(B) 18.6º 0.45% 0.86% -
XYZ 43.97 38.7 22.92 -
YUV 168.1 100.86 165.02 -
System Red Green Blue C M Y K H S L
Decimal 220 151 120 0 0.31 0.45 0.14 18.6 0.59 0.67
Hex DC 97 78 0 1F 2D E 13 3B 43
Octal 334 227 170 0 37 55 16 23 73 103
Binary 11011100 10010111 1111000 0 11111 101101 1110 10011 111011 1000011

Color Harmonies of #DC9778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9778

Black with #DC9778

Text Example


Text Example

White with #DC9778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9778; }

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

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

background-color css

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

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

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

border-color css

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

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

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