Html Css Color HEX #DC787B Froly

📋 copy color: '#DC787B'

red 220 ◦ green 120 ◦ blue 123

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

Shades of Froly #DC787B

Tints of Froly #DC787B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.57%

R = 47.52%
G = 25.92%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC787B (or 0xDC787B) is known color: Froly. HEX triplet: DC, 78 and 7B. RGB value is (220,120,123). Sum of RGB (Red+Green+Blue) = 220+120+123=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC787B is #238784. Grayscale: #969696. Windows color (decimal): -2328453 or 8091868. OLE color: 8091868.

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

Color convert

RGB 220 120 123 -
CMYK 0 0.45 0.44 0.14
HSL 358.2º 0.59% 0.67% -
HSV(B) 358.2º 0.45% 0.86% -
XYZ 39.81 30.08 22.45 -
YUV 150.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 220 120 123 0 0.45 0.44 0.14 358.2 0.59 0.67
Hex DC 78 7B 0 2D 2C E 166 3B 43
Octal 334 170 173 0 55 54 16 546 73 103
Binary 11011100 1111000 1111011 0 101101 101100 1110 101100110 111011 1000011

Color Harmonies of #DC787B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC787B

Black with #DC787B

Text Example


Text Example

White with #DC787B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC787B; }

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

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

background-color css

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

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

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

border-color css

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

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

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