Html Css Color HEX #DC6265 Froly

📋 copy color: '#DC6265'

red 220 ◦ green 98 ◦ blue 101

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

Shades of Froly #DC6265

Tints of Froly #DC6265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.11%

R = 52.51%
G = 23.39%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC6265 (or 0xDC6265) is known color: Froly. HEX triplet: DC, 62 and 65. RGB value is (220,98,101). Sum of RGB (Red+Green+Blue) = 220+98+101=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6265 is #239D9A. Grayscale: #868686. Windows color (decimal): -2334107 or 6644444. OLE color: 6644444.

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

Color convert

RGB 220 98 101 -
CMYK 0 0.55 0.54 0.14
HSL 358.52º 0.64% 0.62% -
HSV(B) 358.52º 0.55% 0.86% -
XYZ 36.23 24.89 15.21 -
YUV 134.82 108.92 188.76 -
System Red Green Blue C M Y K H S L
Decimal 220 98 101 0 0.55 0.54 0.14 358.52 0.64 0.62
Hex DC 62 65 0 37 36 E 167 40 3E
Octal 334 142 145 0 67 66 16 547 100 76
Binary 11011100 1100010 1100101 0 110111 110110 1110 101100111 1000000 111110

Color Harmonies of #DC6265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6265

Black with #DC6265

Text Example


Text Example

White with #DC6265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6265; }

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

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

background-color css

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

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

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

border-color css

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

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

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