#DB6B64

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

Shades of Roman #DB6B64

Tints of Roman #DB6B64

Color information

#DB6B64 (or 0xDB6B64) is unknown color: approx Roman. HEX triplet: DB, 6B and 64. RGB value is (219,107,100). Sum of RGB (Red+Green+Blue) = 219+107+100=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6B64 is #24949B. Grayscale: #8B8B8B. Windows color (decimal): -2397340 or 6581211. OLE color: 6581211.

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

Color convert

RGB219107100-
CMYK00.510.540.14
HSL3.53º62.3%62.55%-
HSV(B)3.53º54.34%85.88%-
XYZ36.7726.515.23-
YUV139.69105.61184.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.41%
GREEN value IS 107 (42.19% from 255) = 25.12%
BLUE value IS 100 (39.45% from 255) = 23.47%
R=51.41%
G=25.12%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910710000.510.540.143.5362.362.55
HexDB6B6403336E43e3f
Octal333153144063661647677
Binary110110111101011110010001100111101101110100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6B64; }

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

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

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

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

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

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

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

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