#DC6169

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

Shades of Froly #DC6169

Tints of Froly #DC6169

Color information

#DC6169 (or 0xDC6169) is unknown color: approx Froly. HEX triplet: DC, 61 and 69. RGB value is (220,97,105). Sum of RGB (Red+Green+Blue) = 220+97+105=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6169 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6169 is #239E96. Grayscale: #868686. Windows color (decimal): -2334359 or 6906332. OLE color: 6906332.

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

Color convert

RGB22097105-
CMYK00.560.520.14
HSL356.1º63.73%62.16%-
HSV(B)356.1º55.91%86.27%-
XYZ36.3424.7816.23-
YUV134.69111.25188.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.13%
GREEN value IS 97 (38.28% from 255) = 22.99%
BLUE value IS 105 (41.41% from 255) = 24.88%
R=52.13%
G=22.99%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209710500.560.520.14356.163.7362.16
HexDC616903834E164403e
Octal334141151070641654410076
Binary1101110011000011101001011100011010011101011001001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6169; }

 p { color: rgb(220,97,105); }

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

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

 a { background-color: rgb(220,97,105); }

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

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

 span { border-color: rgb(220,97,105); }

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