#DB6760

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

Shades of Roman #DB6760

Tints of Roman #DB6760

Color information

#DB6760 (or 0xDB6760) is unknown color: approx Roman. HEX triplet: DB, 67 and 60. RGB value is (219,103,96). Sum of RGB (Red+Green+Blue) = 219+103+96=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6760 is #24989F. Grayscale: #898989. Windows color (decimal): -2398368 or 6318043. OLE color: 6318043.

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

Color convert

RGB21910396-
CMYK00.530.560.14
HSL3.41º63.08%61.76%-
HSV(B)3.41º56.16%85.88%-
XYZ36.1725.6114.1-
YUV136.89104.93186.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.39%
GREEN value IS 103 (40.62% from 255) = 24.64%
BLUE value IS 96 (37.89% from 255) = 22.97%
R=52.39%
G=24.64%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191039600.530.560.143.4163.0861.76
HexDB676003538E33f3e
Octal333147140065701637776
Binary11011011110011111000000110101111000111011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6760; }

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

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

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

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

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

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

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

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