#DA6768

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

Shades of Froly #DA6768

Tints of Froly #DA6768

Color information

#DA6768 (or 0xDA6768) is unknown color: approx Froly. HEX triplet: DA, 67 and 68. RGB value is (218,103,104). Sum of RGB (Red+Green+Blue) = 218+103+104=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6768 is #259897. Grayscale: #898989. Windows color (decimal): -2463896 or 6842330. OLE color: 6842330.

HSL color Cylindrical-coordinate representation of color #DA6768: hue angle of 359.48º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA6768 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB218103104-
CMYK00.530.520.15
HSL359.48º60.85%62.94%-
HSV(B)359.48º52.75%85.49%-
XYZ36.2625.6116.13-
YUV137.5109.1185.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.29%
GREEN value IS 103 (40.62% from 255) = 24.24%
BLUE value IS 104 (41.02% from 255) = 24.47%
R=51.29%
G=24.24%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810310400.530.520.15359.4860.8562.94
HexDA676803534F1673d3f
Octal33214715006564175477577
Binary110110101100111110100001101011101001111101100111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6768; }

 p { color: rgb(218,103,104); }

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

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

 a { background-color: rgb(218,103,104); }

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

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

 span { border-color: rgb(218,103,104); }

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