Html Css Color HEX #DB6859 Roman

📋 copy color: '#DB6859'

red 219 ◦ green 104 ◦ blue 89

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

Shades of Roman #DB6859

Tints of Roman #DB6859

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.24%

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

R = 53.16%
G = 25.24%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB6859 (or 0xDB6859) is known color: Roman. HEX triplet: DB, 68 and 59. RGB value is (219,104,89). Sum of RGB (Red+Green+Blue) = 219+104+89=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6859 is #2497A6. Grayscale: #888888. Windows color (decimal): -2398119 or 5859547. OLE color: 5859547.

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

Color convert

RGB 219 104 89 -
CMYK 0 0.53 0.59 0.14
HSL 6.92º 0.64% 0.6% -
HSV(B) 6.92º 0.59% 0.86% -
XYZ 35.97 25.68 12.51 -
YUV 136.68 101.1 186.72 -
System Red Green Blue C M Y K H S L
Decimal 219 104 89 0 0.53 0.59 0.14 6.92 0.64 0.6
Hex DB 68 59 0 35 3B E 7 40 3C
Octal 333 150 131 0 65 73 16 7 100 74
Binary 11011011 1101000 1011001 0 110101 111011 1110 111 1000000 111100

Color Harmonies of #DB6859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6859

Black with #DB6859

Text Example


Text Example

White with #DB6859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6859; }

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

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

background-color css

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

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

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

border-color css

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

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

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