#DB6D6A

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

Shades of Roman #DB6D6A

Tints of Roman #DB6D6A

Color information

#DB6D6A (or 0xDB6D6A) is unknown color: approx Roman. HEX triplet: DB, 6D and 6A. RGB value is (219,109,106). Sum of RGB (Red+Green+Blue) = 219+109+106=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6D6A is #249295. Grayscale: #8D8D8D. Windows color (decimal): -2396822 or 6974939. OLE color: 6974939.

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

Color convert

RGB219109106-
CMYK00.500.520.14
HSL1.59º61.08%63.73%-
HSV(B)1.59º51.6%85.88%-
XYZ37.2827.0416.89-
YUV141.55107.94183.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.46%
GREEN value IS 109 (42.97% from 255) = 25.12%
BLUE value IS 106 (41.80% from 255) = 24.42%
R=50.46%
G=25.12%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910910600.500.520.141.5961.0863.73
HexDB6D6A03234E23d40
Octal3331551520626416275100
Binary110110111101101110101001100101101001110101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6D6A; }

 p { color: rgb(219,109,106); }

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

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

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

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

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

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

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