#DB6C66

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

Shades of Roman #DB6C66

Tints of Roman #DB6C66

Color information

#DB6C66 (or 0xDB6C66) is unknown color: approx Roman. HEX triplet: DB, 6C and 66. RGB value is (219,108,102). Sum of RGB (Red+Green+Blue) = 219+108+102=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6C66 is #249399. Grayscale: #8C8C8C. Windows color (decimal): -2397082 or 6712539. OLE color: 6712539.

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

Color convert

RGB219108102-
CMYK00.510.530.14
HSL3.08º61.9%62.94%-
HSV(B)3.08º53.42%85.88%-
XYZ36.9726.7415.78-
YUV140.5106.27183.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.05%
GREEN value IS 108 (42.58% from 255) = 25.17%
BLUE value IS 102 (40.23% from 255) = 23.78%
R=51.05%
G=25.17%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910810200.510.530.143.0861.962.94
HexDB6C6603335E33e3f
Octal333154146063651637677
Binary11011011110110011001100110011110101111011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6C66; }

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

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

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

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

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

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

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

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