Html Css Color HEX #DC6A73 Froly

📋 copy color: '#DC6A73'

red 220 ◦ green 106 ◦ blue 115

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

Shades of Froly #DC6A73

Tints of Froly #DC6A73

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.04%

 BLUE value IS 115 (45.31% from 255) = 26.08%

R = 49.89%
G = 24.04%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC6A73 (or 0xDC6A73) is known color: Froly. HEX triplet: DC, 6A and 73. RGB value is (220,106,115). Sum of RGB (Red+Green+Blue) = 220+106+115=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6A73 is #23958C. Grayscale: #8D8D8D. Windows color (decimal): -2332045 or 7563996. OLE color: 7563996.

HSL color Cylindrical-coordinate representation of color #DC6A73: hue angle of 355.26º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6A73 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 106 115 -
CMYK 0 0.52 0.48 0.14
HSL 355.26º 0.62% 0.64% -
HSV(B) 355.26º 0.52% 0.86% -
XYZ 37.76 26.76 19.39 -
YUV 141.11 113.27 184.27 -
System Red Green Blue C M Y K H S L
Decimal 220 106 115 0 0.52 0.48 0.14 355.26 0.62 0.64
Hex DC 6A 73 0 34 30 E 163 3E 40
Octal 334 152 163 0 64 60 16 543 76 100
Binary 11011100 1101010 1110011 0 110100 110000 1110 101100011 111110 1000000

Color Harmonies of #DC6A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6A73

Black with #DC6A73

Text Example


Text Example

White with #DC6A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6A73; }

 p { color: rgb(220,106,115); }

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

background-color css

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

 a { background-color: rgb(220,106,115); }

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

border-color css

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

 span { border-color: rgb(220,106,115); }

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