#DC6067

Color #DC6067 Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #DC6067

Tints of Froly #DC6067

Color information

#DC6067 (or 0xDC6067) is unknown color: approx Froly. HEX triplet: DC, 60 and 67. RGB value is (220,96,103). Sum of RGB (Red+Green+Blue) = 220+96+103=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 103 (40.62% from 255 or 24.58% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6067 is #239F98. Grayscale: #858585. Windows color (decimal): -2334617 or 6775004. OLE color: 6775004.

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

Color convert

RGB22096103-
CMYK00.560.530.14
HSL356.61º63.92%61.96%-
HSV(B)356.61º56.36%86.27%-
XYZ36.1524.5615.67-
YUV133.87110.58189.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.51%
GREEN value IS 96 (37.89% from 255) = 22.91%
BLUE value IS 103 (40.62% from 255) = 24.58%
R=52.51%
G=22.91%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209610300.560.530.14356.6163.9261.96
HexDC606703835E165403e
Octal334140147070651654510076
Binary1101110011000001100111011100011010111101011001011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6067; }

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

 H1.HeaderClassName
 {
   color: #DC6067;
 }
 .AnyTagClassName
 {
   color: #DC6067;
 }
</style>
background-color css

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

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

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

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

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

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