#DB6367

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

Shades of Froly #DB6367

Tints of Froly #DB6367

Color information

#DB6367 (or 0xDB6367) is unknown color: approx Froly. HEX triplet: DB, 63 and 67. RGB value is (219,99,103). Sum of RGB (Red+Green+Blue) = 219+99+103=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 103 (40.62% from 255 or 24.47% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6367 is #249C98. Grayscale: #878787. Windows color (decimal): -2399385 or 6775771. OLE color: 6775771.

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

Color convert

RGB21999103-
CMYK00.550.530.14
HSL358º62.5%62.35%-
HSV(B)358º54.79%85.88%-
XYZ36.1224.9615.75-
YUV135.34109.76187.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.02%
GREEN value IS 99 (39.06% from 255) = 23.52%
BLUE value IS 103 (40.62% from 255) = 24.47%
R=52.02%
G=23.52%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199910300.550.530.1435862.562.35
HexDB636703735E1663e3e
Octal33314314706765165467676
Binary110110111100011110011101101111101011110101100110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6367; }

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

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

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

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

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

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

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

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