#db6b5e

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

Shades of Roman #DB6B5E

Tints of Roman #DB6B5E

Color information

#DB6B5E (or 0xDB6B5E) is unknown color: approx Roman. HEX triplet: DB, 6B and 5E. RGB value is (219,107,94). Sum of RGB (Red+Green+Blue) = 219+107+94=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6B5E is #2494A1. Grayscale: #8B8B8B. Windows color (decimal): -2397346 or 6187995. OLE color: 6187995.

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

Color convert

RGB21910794-
CMYK00.510.570.14
HSL6.24º63.45%61.37%-
HSV(B)6.24º57.08%85.88%-
XYZ36.4926.3813.76-
YUV139.01102.61185.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.14%
GREEN value IS 107 (42.19% from 255) = 25.48%
BLUE value IS 94 (37.11% from 255) = 22.38%
R=52.14%
G=25.48%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191079400.510.570.146.2463.4561.37
HexDB6B5E03339E63f3d
Octal333153136063711667775
Binary110110111101011101111001100111110011110110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db6b5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db6b5e; }

 p { color: rgb(219,107,94); }

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

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

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

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

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

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

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