#DB6868

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

Shades of Roman #DB6868

Tints of Roman #DB6868

Color information

#DB6868 (or 0xDB6868) is unknown color: approx Roman. HEX triplet: DB, 68 and 68. RGB value is (219,104,104). Sum of RGB (Red+Green+Blue) = 219+104+104=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6868 is #249797. Grayscale: #8A8A8A. Windows color (decimal): -2398104 or 6842587. OLE color: 6842587.

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

Color convert

RGB219104104-
CMYK00.530.530.14
HSL61.5%63.33%-
HSV(B)52.51%85.88%-
XYZ36.6625.9616.18-
YUV138.38108.6185.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.29%
GREEN value IS 104 (41.02% from 255) = 24.36%
BLUE value IS 104 (41.02% from 255) = 24.36%
R=51.29%
G=24.36%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910410400.530.530.14061.563.33
HexDB686803535E03d3f
Octal333150150065651607577
Binary1101101111010001101000011010111010111100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6868; }

 p { color: rgb(219,104,104); }

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

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

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

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

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

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

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