Html Css Color HEX #DC797D Froly

📋 copy color: '#DC797D'

red 220 ◦ green 121 ◦ blue 125

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

Shades of Froly #DC797D

Tints of Froly #DC797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.97%

 BLUE value IS 125 (49.22% from 255) = 26.82%

R = 47.21%
G = 25.97%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC797D (or 0xDC797D) is known color: Froly. HEX triplet: DC, 79 and 7D. RGB value is (220,121,125). Sum of RGB (Red+Green+Blue) = 220+121+125=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC797D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC797D is #238682. Grayscale: #979797. Windows color (decimal): -2328195 or 8223196. OLE color: 8223196.

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

Color convert

RGB 220 121 125 -
CMYK 0 0.45 0.43 0.14
HSL 357.58º 0.59% 0.67% -
HSV(B) 357.58º 0.45% 0.86% -
XYZ 40.05 30.37 23.15 -
YUV 151.06 113.3 177.17 -
System Red Green Blue C M Y K H S L
Decimal 220 121 125 0 0.45 0.43 0.14 357.58 0.59 0.67
Hex DC 79 7D 0 2D 2B E 166 3B 43
Octal 334 171 175 0 55 53 16 546 73 103
Binary 11011100 1111001 1111101 0 101101 101011 1110 101100110 111011 1000011

Color Harmonies of #DC797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC797D

Black with #DC797D

Text Example


Text Example

White with #DC797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC797D; }

 p { color: rgb(220,121,125); }

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

background-color css

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

 a { background-color: rgb(220,121,125); }

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

border-color css

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

 span { border-color: rgb(220,121,125); }

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