Html Css Color HEX #DC6068 Froly

📋 copy color: '#DC6068'

red 220 ◦ green 96 ◦ blue 104

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

Shades of Froly #DC6068

Tints of Froly #DC6068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.76%

R = 52.38%
G = 22.86%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC6068 (or 0xDC6068) is known color: Froly. HEX triplet: DC, 60 and 68. RGB value is (220,96,104). Sum of RGB (Red+Green+Blue) = 220+96+104=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6068 is #239F97. Grayscale: #868686. Windows color (decimal): -2334616 or 6840540. OLE color: 6840540.

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

Color convert

RGB 220 96 104 -
CMYK 0 0.56 0.53 0.14
HSL 356.13º 0.64% 0.62% -
HSV(B) 356.13º 0.56% 0.86% -
XYZ 36.2 24.58 15.93 -
YUV 133.99 111.08 189.35 -
System Red Green Blue C M Y K H S L
Decimal 220 96 104 0 0.56 0.53 0.14 356.13 0.64 0.62
Hex DC 60 68 0 38 35 E 164 40 3E
Octal 334 140 150 0 70 65 16 544 100 76
Binary 11011100 1100000 1101000 0 111000 110101 1110 101100100 1000000 111110

Color Harmonies of #DC6068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6068

Black with #DC6068

Text Example


Text Example

White with #DC6068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6068; }

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

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

background-color css

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

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

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

border-color css

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

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

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