Html Css Color HEX #DB6259 Roman

📋 copy color: '#DB6259'

red 219 ◦ green 98 ◦ blue 89

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

Shades of Roman #DB6259

Tints of Roman #DB6259

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.14%

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

R = 53.94%
G = 24.14%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB6259 (or 0xDB6259) is known color: Roman. HEX triplet: DB, 62 and 59. RGB value is (219,98,89). Sum of RGB (Red+Green+Blue) = 219+98+89=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 89 (35.16% from 255 or 21.92% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6259 is #249DA6. Grayscale: #858585. Windows color (decimal): -2399655 or 5858011. OLE color: 5858011.

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

Color convert

RGB 219 98 89 -
CMYK 0 0.55 0.59 0.14
HSL 4.15º 0.64% 0.6% -
HSV(B) 4.15º 0.59% 0.86% -
XYZ 35.38 24.52 12.32 -
YUV 133.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 219 98 89 0 0.55 0.59 0.14 4.15 0.64 0.6
Hex DB 62 59 0 37 3B E 4 40 3C
Octal 333 142 131 0 67 73 16 4 100 74
Binary 11011011 1100010 1011001 0 110111 111011 1110 100 1000000 111100

Color Harmonies of #DB6259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6259

Black with #DB6259

Text Example


Text Example

White with #DB6259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6259; }

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

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

background-color css

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

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

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

border-color css

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

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

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