Html Css Color HEX #DB6959 Roman

📋 copy color: '#DB6959'

red 219 ◦ green 105 ◦ blue 89

#DB6959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roman #DB6959

Tints of Roman #DB6959

RGB

 RED value IS 219 (85.94% from 255) = 53.03%

 GREEN value IS 105 (41.41% from 255) = 25.42%

 BLUE value IS 89 (35.16% from 255) = 21.55%

R = 53.03%
G = 25.42%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB6959 (or 0xDB6959) is known color: Roman. HEX triplet: DB, 69 and 59. RGB value is (219,105,89). Sum of RGB (Red+Green+Blue) = 219+105+89=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6959 is #2496A6. Grayscale: #898989. Windows color (decimal): -2397863 or 5859803. OLE color: 5859803.

HSL color Cylindrical-coordinate representation of color #DB6959: hue angle of 7.38º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB6959 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 105 89 -
CMYK 0 0.52 0.59 0.14
HSL 7.38º 0.64% 0.6% -
HSV(B) 7.38º 0.59% 0.86% -
XYZ 36.07 25.88 12.55 -
YUV 137.26 100.77 186.3 -
System Red Green Blue C M Y K H S L
Decimal 219 105 89 0 0.52 0.59 0.14 7.38 0.64 0.6
Hex DB 69 59 0 34 3B E 7 40 3C
Octal 333 151 131 0 64 73 16 7 100 74
Binary 11011011 1101001 1011001 0 110100 111011 1110 111 1000000 111100

Color Harmonies of #DB6959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6959

Black with #DB6959

Text Example


Text Example

White with #DB6959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6959; }

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

 H1.HeaderClassName
 {
   color: #DB6959;
 }
 .AnyTagClassName
 {
   color: #DB6959;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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