Html Css Color HEX #DC6274 Froly

📋 copy color: '#DC6274'

red 220 ◦ green 98 ◦ blue 116

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

Shades of Froly #DC6274

Tints of Froly #DC6274

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.58%

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

R = 50.69%
G = 22.58%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC6274 (or 0xDC6274) is known color: Froly. HEX triplet: DC, 62 and 74. RGB value is (220,98,116). Sum of RGB (Red+Green+Blue) = 220+98+116=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6274 is #239D8B. Grayscale: #888888. Windows color (decimal): -2334092 or 7627484. OLE color: 7627484.

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

Color convert

RGB 220 98 116 -
CMYK 0 0.55 0.47 0.14
HSL 351.15º 0.64% 0.62% -
HSV(B) 351.15º 0.55% 0.86% -
XYZ 37.04 25.21 19.44 -
YUV 136.53 116.42 187.54 -
System Red Green Blue C M Y K H S L
Decimal 220 98 116 0 0.55 0.47 0.14 351.15 0.64 0.62
Hex DC 62 74 0 37 2F E 15F 40 3E
Octal 334 142 164 0 67 57 16 537 100 76
Binary 11011100 1100010 1110100 0 110111 101111 1110 101011111 1000000 111110

Color Harmonies of #DC6274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6274

Black with #DC6274

Text Example


Text Example

White with #DC6274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6274; }

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

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

background-color css

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

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

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

border-color css

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

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

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