Html Css Color HEX #DB6359 Roman

📋 copy color: '#DB6359'

red 219 ◦ green 99 ◦ blue 89

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

Shades of Roman #DB6359

Tints of Roman #DB6359

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.32%

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

R = 53.81%
G = 24.32%
B = 21.87%

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

#DB6359 (or 0xDB6359) is known color: Roman. HEX triplet: DB, 63 and 59. RGB value is (219,99,89). Sum of RGB (Red+Green+Blue) = 219+99+89=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 89 (35.16% from 255 or 21.87% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6359 is #249CA6. Grayscale: #858585. Windows color (decimal): -2399399 or 5858267. OLE color: 5858267.

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

Color convert

RGB 219 99 89 -
CMYK 0 0.55 0.59 0.14
HSL 4.62º 0.64% 0.6% -
HSV(B) 4.62º 0.59% 0.86% -
XYZ 35.48 24.71 12.35 -
YUV 133.74 102.76 188.81 -
System Red Green Blue C M Y K H S L
Decimal 219 99 89 0 0.55 0.59 0.14 4.62 0.64 0.6
Hex DB 63 59 0 37 3B E 5 40 3C
Octal 333 143 131 0 67 73 16 5 100 74
Binary 11011011 1100011 1011001 0 110111 111011 1110 101 1000000 111100

Color Harmonies of #DB6359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6359

Black with #DB6359

Text Example


Text Example

White with #DB6359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6359; }

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

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

background-color css

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

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

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

border-color css

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

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

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