#DB6763

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

Shades of Roman #DB6763

Tints of Roman #DB6763

Color information

#DB6763 (or 0xDB6763) is unknown color: approx Roman. HEX triplet: DB, 67 and 63. RGB value is (219,103,99). Sum of RGB (Red+Green+Blue) = 219+103+99=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6763 is #24989C. Grayscale: #898989. Windows color (decimal): -2398365 or 6514651. OLE color: 6514651.

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

Color convert

RGB21910399-
CMYK00.530.550.14
HSL62.5%62.35%-
HSV(B)54.79%85.88%-
XYZ36.3225.6614.84-
YUV137.23106.43186.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.02%
GREEN value IS 103 (40.62% from 255) = 24.47%
BLUE value IS 99 (39.06% from 255) = 23.52%
R=52.02%
G=24.47%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191039900.530.550.14262.562.35
HexDB676303537E23e3e
Octal333147143065671627676
Binary11011011110011111000110110101110111111010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6763; }

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

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

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

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

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

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

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

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