#DB6967

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

Shades of Roman #DB6967

Tints of Roman #DB6967

Color information

#DB6967 (or 0xDB6967) is unknown color: approx Roman. HEX triplet: DB, 69 and 67. RGB value is (219,105,103). Sum of RGB (Red+Green+Blue) = 219+105+103=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6967 is #249698. Grayscale: #8A8A8A. Windows color (decimal): -2397849 or 6777307. OLE color: 6777307.

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

Color convert

RGB219105103-
CMYK00.520.530.14
HSL1.03º61.7%63.14%-
HSV(B)1.03º52.97%85.88%-
XYZ36.7126.1415.94-
YUV138.86107.77185.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.29%
GREEN value IS 105 (41.41% from 255) = 24.59%
BLUE value IS 103 (40.62% from 255) = 24.12%
R=51.29%
G=24.59%
B=24.12%

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
Decimal21910510300.520.530.141.0361.763.14
HexDB696703435E13e3f
Octal333151147064651617677
Binary1101101111010011100111011010011010111101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6967; }

 p { color: rgb(219,105,103); }

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

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

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

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

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

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

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