#db6c6c

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

Shades of Roman #DB6C6C

Tints of Roman #DB6C6C

Color information

#DB6C6C (or 0xDB6C6C) is unknown color: approx Roman. HEX triplet: DB, 6C and 6C. RGB value is (219,108,108). Sum of RGB (Red+Green+Blue) = 219+108+108=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6C6C is #249393. Grayscale: #8D8D8D. Windows color (decimal): -2397076 or 7105755. OLE color: 7105755.

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

Color convert

RGB219108108-
CMYK00.510.510.14
HSL60.66%64.12%-
HSV(B)50.68%85.88%-
XYZ37.2826.8717.41-
YUV141.19109.27183.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.34%
GREEN value IS 108 (42.58% from 255) = 24.83%
BLUE value IS 108 (42.58% from 255) = 24.83%
R=50.34%
G=24.83%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910810800.510.510.14060.6664.12
HexDB6C6C03333E03d40
Octal3331541540636316075100
Binary11011011110110011011000110011110011111001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db6c6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db6c6c; }

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

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

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

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

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

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

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

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