Html Css Color HEX #DC6574 Froly

📋 copy color: '#DC6574'

red 220 ◦ green 101 ◦ blue 116

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

Shades of Froly #DC6574

Tints of Froly #DC6574

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.11%

 BLUE value IS 116 (45.7% from 255) = 26.54%

R = 50.34%
G = 23.11%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC6574 (or 0xDC6574) is known color: Froly. HEX triplet: DC, 65 and 74. RGB value is (220,101,116). Sum of RGB (Red+Green+Blue) = 220+101+116=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6574 is #239A8B. Grayscale: #8A8A8A. Windows color (decimal): -2333324 or 7628252. OLE color: 7628252.

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

Color convert

RGB 220 101 116 -
CMYK 0 0.54 0.47 0.14
HSL 352.44º 0.63% 0.63% -
HSV(B) 352.44º 0.54% 0.86% -
XYZ 37.32 25.78 19.53 -
YUV 138.29 115.42 186.28 -
System Red Green Blue C M Y K H S L
Decimal 220 101 116 0 0.54 0.47 0.14 352.44 0.63 0.63
Hex DC 65 74 0 36 2F E 160 3F 3F
Octal 334 145 164 0 66 57 16 540 77 77
Binary 11011100 1100101 1110100 0 110110 101111 1110 101100000 111111 111111

Color Harmonies of #DC6574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6574

Black with #DC6574

Text Example


Text Example

White with #DC6574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6574; }

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

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

background-color css

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

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

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

border-color css

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

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

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