Html Css Color HEX #DC747B Froly

📋 copy color: '#DC747B'

red 220 ◦ green 116 ◦ blue 123

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

Shades of Froly #DC747B

Tints of Froly #DC747B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.27%

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

R = 47.93%
G = 25.27%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC747B (or 0xDC747B) is known color: Froly. HEX triplet: DC, 74 and 7B. RGB value is (220,116,123). Sum of RGB (Red+Green+Blue) = 220+116+123=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC747B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC747B is #238B84. Grayscale: #939393. Windows color (decimal): -2329477 or 8090844. OLE color: 8090844.

HSL color Cylindrical-coordinate representation of color #DC747B: hue angle of 355.96º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC747B is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 116 123 -
CMYK 0 0.47 0.44 0.14
HSL 355.96º 0.6% 0.66% -
HSV(B) 355.96º 0.47% 0.86% -
XYZ 39.34 29.14 22.29 -
YUV 147.89 113.96 179.43 -
System Red Green Blue C M Y K H S L
Decimal 220 116 123 0 0.47 0.44 0.14 355.96 0.6 0.66
Hex DC 74 7B 0 2F 2C E 164 3C 42
Octal 334 164 173 0 57 54 16 544 74 102
Binary 11011100 1110100 1111011 0 101111 101100 1110 101100100 111100 1000010

Color Harmonies of #DC747B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC747B

Black with #DC747B

Text Example


Text Example

White with #DC747B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC747B; }

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

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

background-color css

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

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

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

border-color css

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

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

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