#DB6A66

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

Shades of Roman #DB6A66

Tints of Roman #DB6A66

Color information

#DB6A66 (or 0xDB6A66) is unknown color: approx Roman. HEX triplet: DB, 6A and 66. RGB value is (219,106,102). Sum of RGB (Red+Green+Blue) = 219+106+102=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6A66 is #249599. Grayscale: #8B8B8B. Windows color (decimal): -2397594 or 6712027. OLE color: 6712027.

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

Color convert

RGB219106102-
CMYK00.520.530.14
HSL2.05º61.9%62.94%-
HSV(B)2.05º53.42%85.88%-
XYZ36.7726.3315.71-
YUV139.33106.94184.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.29%
GREEN value IS 106 (41.80% from 255) = 24.82%
BLUE value IS 102 (40.23% from 255) = 23.89%
R=51.29%
G=24.82%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910610200.520.530.142.0561.962.94
HexDB6A6603435E23e3f
Octal333152146064651627677
Binary11011011110101011001100110100110101111010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6A66; }

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

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

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

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

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

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

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

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