Html Css Color HEX #DC6065 Froly

📋 copy color: '#DC6065'

red 220 ◦ green 96 ◦ blue 101

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

Shades of Froly #DC6065

Tints of Froly #DC6065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.02%

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

R = 52.76%
G = 23.02%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC6065 (or 0xDC6065) is known color: Froly. HEX triplet: DC, 60 and 65. RGB value is (220,96,101). Sum of RGB (Red+Green+Blue) = 220+96+101=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6065 is #239F9A. Grayscale: #858585. Windows color (decimal): -2334619 or 6643932. OLE color: 6643932.

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

Color convert

RGB 220 96 101 -
CMYK 0 0.56 0.54 0.14
HSL 357.58º 0.64% 0.62% -
HSV(B) 357.58º 0.56% 0.86% -
XYZ 36.05 24.52 15.15 -
YUV 133.65 109.58 189.59 -
System Red Green Blue C M Y K H S L
Decimal 220 96 101 0 0.56 0.54 0.14 357.58 0.64 0.62
Hex DC 60 65 0 38 36 E 166 40 3E
Octal 334 140 145 0 70 66 16 546 100 76
Binary 11011100 1100000 1100101 0 111000 110110 1110 101100110 1000000 111110

Color Harmonies of #DC6065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6065

Black with #DC6065

Text Example


Text Example

White with #DC6065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6065; }

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

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

background-color css

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

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

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

border-color css

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

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

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