Html Css Color HEX #DB6457 Roman

📋 copy color: '#DB6457'

red 219 ◦ green 100 ◦ blue 87

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

Shades of Roman #DB6457

Tints of Roman #DB6457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.43%

R = 53.94%
G = 24.63%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB6457 (or 0xDB6457) is known color: Roman. HEX triplet: DB, 64 and 57. RGB value is (219,100,87). Sum of RGB (Red+Green+Blue) = 219+100+87=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 87 (34.38% from 255 or 21.43% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6457 is #249BA8. Grayscale: #868686. Windows color (decimal): -2399145 or 5727451. OLE color: 5727451.

HSL color Cylindrical-coordinate representation of color #DB6457: hue angle of 5.91º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB6457 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 100 87 -
CMYK 0 0.54 0.60 0.14
HSL 5.91º 0.65% 0.6% -
HSV(B) 5.91º 0.6% 0.86% -
XYZ 35.49 24.86 11.95 -
YUV 134.1 101.42 188.56 -
System Red Green Blue C M Y K H S L
Decimal 219 100 87 0 0.54 0.60 0.14 5.91 0.65 0.6
Hex DB 64 57 0 36 3C E 6 41 3C
Octal 333 144 127 0 66 74 16 6 101 74
Binary 11011011 1100100 1010111 0 110110 111100 1110 110 1000001 111100

Color Harmonies of #DB6457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6457

Black with #DB6457

Text Example


Text Example

White with #DB6457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6457; }

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

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

background-color css

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

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

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

border-color css

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

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

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