#DB6769

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

Shades of Froly #DB6769

Tints of Froly #DB6769

Color information

#DB6769 (or 0xDB6769) is unknown color: approx Froly. HEX triplet: DB, 67 and 69. RGB value is (219,103,105). Sum of RGB (Red+Green+Blue) = 219+103+105=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6769 is #249896. Grayscale: #8A8A8A. Windows color (decimal): -2398359 or 6907867. OLE color: 6907867.

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

Color convert

RGB219103105-
CMYK00.530.520.14
HSL358.97º61.7%63.14%-
HSV(B)358.97º52.97%85.88%-
XYZ36.6125.7816.41-
YUV137.91109.43185.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.29%
GREEN value IS 103 (40.62% from 255) = 24.12%
BLUE value IS 105 (41.41% from 255) = 24.59%
R=51.29%
G=24.12%
B=24.59%

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
Decimal21910310500.530.520.14358.9761.763.14
HexDB676903534E1673e3f
Octal33314715106564165477677
Binary110110111100111110100101101011101001110101100111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6769; }

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

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

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

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

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

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

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

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