Html Css Color HEX #DC747F Froly

📋 copy color: '#DC747F'

red 220 ◦ green 116 ◦ blue 127

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

Shades of Froly #DC747F

Tints of Froly #DC747F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.43%

R = 47.52%
G = 25.05%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC747F (or 0xDC747F) is known color: Froly. HEX triplet: DC, 74 and 7F. RGB value is (220,116,127). Sum of RGB (Red+Green+Blue) = 220+116+127=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC747F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC747F is #238B80. Grayscale: #949494. Windows color (decimal): -2329473 or 8352988. OLE color: 8352988.

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

Color convert

RGB 220 116 127 -
CMYK 0 0.47 0.42 0.14
HSL 353.65º 0.6% 0.66% -
HSV(B) 353.65º 0.47% 0.86% -
XYZ 39.59 29.24 23.64 -
YUV 148.35 115.96 179.11 -
System Red Green Blue C M Y K H S L
Decimal 220 116 127 0 0.47 0.42 0.14 353.65 0.6 0.66
Hex DC 74 7F 0 2F 2A E 162 3C 42
Octal 334 164 177 0 57 52 16 542 74 102
Binary 11011100 1110100 1111111 0 101111 101010 1110 101100010 111100 1000010

Color Harmonies of #DC747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC747F

Black with #DC747F

Text Example


Text Example

White with #DC747F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC747F; }

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

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

background-color css

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

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

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

border-color css

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

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

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