Html Css Color HEX #DB6459 Roman

📋 copy color: '#DB6459'

red 219 ◦ green 100 ◦ blue 89

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

Shades of Roman #DB6459

Tints of Roman #DB6459

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.51%

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

R = 53.68%
G = 24.51%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB6459 (or 0xDB6459) is known color: Roman. HEX triplet: DB, 64 and 59. RGB value is (219,100,89). Sum of RGB (Red+Green+Blue) = 219+100+89=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6459 is #249BA6. Grayscale: #868686. Windows color (decimal): -2399143 or 5858523. OLE color: 5858523.

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

Color convert

RGB 219 100 89 -
CMYK 0 0.54 0.59 0.14
HSL 5.08º 0.64% 0.6% -
HSV(B) 5.08º 0.59% 0.86% -
XYZ 35.57 24.9 12.38 -
YUV 134.33 102.42 188.39 -
System Red Green Blue C M Y K H S L
Decimal 219 100 89 0 0.54 0.59 0.14 5.08 0.64 0.6
Hex DB 64 59 0 36 3B E 5 40 3C
Octal 333 144 131 0 66 73 16 5 100 74
Binary 11011011 1100100 1011001 0 110110 111011 1110 101 1000000 111100

Color Harmonies of #DB6459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6459

Black with #DB6459

Text Example


Text Example

White with #DB6459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6459; }

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

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

background-color css

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

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

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

border-color css

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

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

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