Html Css Color HEX #DB6458 Roman

📋 copy color: '#DB6458'

red 219 ◦ green 100 ◦ blue 88

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

Shades of Roman #DB6458

Tints of Roman #DB6458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.62%

R = 53.81%
G = 24.57%
B = 21.62%

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

#DB6458 (or 0xDB6458) is known color: Roman. HEX triplet: DB, 64 and 58. RGB value is (219,100,88). Sum of RGB (Red+Green+Blue) = 219+100+88=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6458 is #249BA7. Grayscale: #868686. Windows color (decimal): -2399144 or 5792987. OLE color: 5792987.

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

Color convert

RGB 219 100 88 -
CMYK 0 0.54 0.60 0.14
HSL 5.5º 0.65% 0.6% -
HSV(B) 5.5º 0.6% 0.86% -
XYZ 35.53 24.88 12.16 -
YUV 134.21 101.92 188.48 -
System Red Green Blue C M Y K H S L
Decimal 219 100 88 0 0.54 0.60 0.14 5.5 0.65 0.6
Hex DB 64 58 0 36 3C E 5 41 3C
Octal 333 144 130 0 66 74 16 5 101 74
Binary 11011011 1100100 1011000 0 110110 111100 1110 101 1000001 111100

Color Harmonies of #DB6458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6458

Black with #DB6458

Text Example


Text Example

White with #DB6458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6458; }

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

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

background-color css

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

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

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

border-color css

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

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

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