Html Css Color HEX #DC6066 Froly

📋 copy color: '#DC6066'

red 220 ◦ green 96 ◦ blue 102

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

Shades of Froly #DC6066

Tints of Froly #DC6066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.4%

R = 52.63%
G = 22.97%
B = 24.4%

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

#DC6066 (or 0xDC6066) is known color: Froly. HEX triplet: DC, 60 and 66. RGB value is (220,96,102). Sum of RGB (Red+Green+Blue) = 220+96+102=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6066 is #239F99. Grayscale: #858585. Windows color (decimal): -2334618 or 6709468. OLE color: 6709468.

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

Color convert

RGB 220 96 102 -
CMYK 0 0.56 0.54 0.14
HSL 357.1º 0.64% 0.62% -
HSV(B) 357.1º 0.56% 0.86% -
XYZ 36.1 24.54 15.4 -
YUV 133.76 110.08 189.51 -
System Red Green Blue C M Y K H S L
Decimal 220 96 102 0 0.56 0.54 0.14 357.1 0.64 0.62
Hex DC 60 66 0 38 36 E 165 40 3E
Octal 334 140 146 0 70 66 16 545 100 76
Binary 11011100 1100000 1100110 0 111000 110110 1110 101100101 1000000 111110

Color Harmonies of #DC6066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6066

Black with #DC6066

Text Example


Text Example

White with #DC6066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6066; }

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

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

background-color css

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

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

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

border-color css

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

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

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