#DB6B66

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

Shades of Roman #DB6B66

Tints of Roman #DB6B66

Color information

#DB6B66 (or 0xDB6B66) is unknown color: approx Roman. HEX triplet: DB, 6B and 66. RGB value is (219,107,102). Sum of RGB (Red+Green+Blue) = 219+107+102=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6B66 is #249499. Grayscale: #8C8C8C. Windows color (decimal): -2397338 or 6712283. OLE color: 6712283.

HSL color Cylindrical-coordinate representation of color #DB6B66: hue angle of 2.56º 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 #DB6B66 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB219107102-
CMYK00.510.530.14
HSL2.56º61.9%62.94%-
HSV(B)2.56º53.42%85.88%-
XYZ36.8726.5315.75-
YUV139.92106.61184.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.17%
GREEN value IS 107 (42.19% from 255) = 25%
BLUE value IS 102 (40.23% from 255) = 23.83%
R=51.17%
G=25%
B=23.83%

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
Decimal21910710200.510.530.142.5661.962.94
HexDB6B6603335E33e3f
Octal333153146063651637677
Binary11011011110101111001100110011110101111011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6B66; }

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

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

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

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

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

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

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

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