#DB6255

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

Shades of Roman #DB6255

Tints of Roman #DB6255

Color information

#DB6255 (or 0xDB6255) is unknown color: approx Roman. HEX triplet: DB, 62 and 55. RGB value is (219,98,85). Sum of RGB (Red+Green+Blue) = 219+98+85=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6255 is #249DAA. Grayscale: #848484. Windows color (decimal): -2399659 or 5595867. OLE color: 5595867.

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

Color convert

RGB2199885-
CMYK00.550.610.14
HSL5.82º65.05%59.61%-
HSV(B)5.82º61.19%85.88%-
XYZ35.2224.4511.46-
YUV132.7101.09189.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 54.48%
GREEN value IS 98 (38.67% from 255) = 24.38%
BLUE value IS 85 (33.59% from 255) = 21.14%
R=54.48%
G=24.38%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219988500.550.610.145.8265.0559.61
HexDB62550373DE6413c
Octal3331421250677516610174
Binary1101101111000101010101011011111110111101101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6255; }

 p { color: rgb(219,98,85); }

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

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

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

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

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

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

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