Html Css Color HEX #DB6059 Roman

📋 copy color: '#DB6059'

red 219 ◦ green 96 ◦ blue 89

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

Shades of Roman #DB6059

Tints of Roman #DB6059

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.76%

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

R = 54.21%
G = 23.76%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB6059 (or 0xDB6059) is known color: Roman. HEX triplet: DB, 60 and 59. RGB value is (219,96,89). Sum of RGB (Red+Green+Blue) = 219+96+89=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6059 is #249FA6. Grayscale: #848484. Windows color (decimal): -2400167 or 5857499. OLE color: 5857499.

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

Color convert

RGB 219 96 89 -
CMYK 0 0.56 0.59 0.14
HSL 3.23º 0.64% 0.6% -
HSV(B) 3.23º 0.59% 0.86% -
XYZ 35.2 24.15 12.26 -
YUV 131.98 103.75 190.07 -
System Red Green Blue C M Y K H S L
Decimal 219 96 89 0 0.56 0.59 0.14 3.23 0.64 0.6
Hex DB 60 59 0 38 3B E 3 40 3C
Octal 333 140 131 0 70 73 16 3 100 74
Binary 11011011 1100000 1011001 0 111000 111011 1110 11 1000000 111100

Color Harmonies of #DB6059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6059

Black with #DB6059

Text Example


Text Example

White with #DB6059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6059; }

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

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

background-color css

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

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

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

border-color css

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

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

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