Html Css Color HEX #DC787D Froly

📋 copy color: '#DC787D'

red 220 ◦ green 120 ◦ blue 125

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

Shades of Froly #DC787D

Tints of Froly #DC787D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.81%

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

R = 47.31%
G = 25.81%
B = 26.88%

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

#DC787D (or 0xDC787D) is known color: Froly. HEX triplet: DC, 78 and 7D. RGB value is (220,120,125). Sum of RGB (Red+Green+Blue) = 220+120+125=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC787D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC787D is #238782. Grayscale: #969696. Windows color (decimal): -2328451 or 8222940. OLE color: 8222940.

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

Color convert

RGB 220 120 125 -
CMYK 0 0.45 0.43 0.14
HSL 357º 0.59% 0.67% -
HSV(B) 357º 0.45% 0.86% -
XYZ 39.93 30.13 23.11 -
YUV 150.47 113.63 177.59 -
System Red Green Blue C M Y K H S L
Decimal 220 120 125 0 0.45 0.43 0.14 357 0.59 0.67
Hex DC 78 7D 0 2D 2B E 165 3B 43
Octal 334 170 175 0 55 53 16 545 73 103
Binary 11011100 1111000 1111101 0 101101 101011 1110 101100101 111011 1000011

Color Harmonies of #DC787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC787D

Black with #DC787D

Text Example


Text Example

White with #DC787D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC787D; }

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

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

background-color css

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

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

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

border-color css

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

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

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