#DB6669

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

Shades of Froly #DB6669

Tints of Froly #DB6669

Color information

#DB6669 (or 0xDB6669) is unknown color: approx Froly. HEX triplet: DB, 66 and 69. RGB value is (219,102,105). Sum of RGB (Red+Green+Blue) = 219+102+105=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6669 is #249996. Grayscale: #898989. Windows color (decimal): -2398615 or 6907611. OLE color: 6907611.

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

Color convert

RGB219102105-
CMYK00.530.520.14
HSL358.46º61.9%62.94%-
HSV(B)358.46º53.42%85.88%-
XYZ36.5125.5816.38-
YUV137.32109.76186.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.41%
GREEN value IS 102 (40.23% from 255) = 23.94%
BLUE value IS 105 (41.41% from 255) = 24.65%
R=51.41%
G=23.94%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910210500.530.520.14358.4661.962.94
HexDB666903534E1663e3f
Octal33314615106564165467677
Binary110110111100110110100101101011101001110101100110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6669; }

 p { color: rgb(219,102,105); }

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

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

 a { background-color: rgb(219,102,105); }

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

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

 span { border-color: rgb(219,102,105); }

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