Html Css Color HEX #DB6157 Roman

📋 copy color: '#DB6157'

red 219 ◦ green 97 ◦ blue 87

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

Shades of Roman #DB6157

Tints of Roman #DB6157

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.07%

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

R = 54.34%
G = 24.07%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB6157 (or 0xDB6157) is known color: Roman. HEX triplet: DB, 61 and 57. RGB value is (219,97,87). Sum of RGB (Red+Green+Blue) = 219+97+87=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6157 is #249EA8. Grayscale: #848484. Windows color (decimal): -2399913 or 5726683. OLE color: 5726683.

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

Color convert

RGB 219 97 87 -
CMYK 0 0.56 0.60 0.14
HSL 4.55º 0.65% 0.6% -
HSV(B) 4.55º 0.6% 0.86% -
XYZ 35.21 24.3 11.85 -
YUV 132.34 102.42 189.81 -
System Red Green Blue C M Y K H S L
Decimal 219 97 87 0 0.56 0.60 0.14 4.55 0.65 0.6
Hex DB 61 57 0 38 3C E 5 41 3C
Octal 333 141 127 0 70 74 16 5 101 74
Binary 11011011 1100001 1010111 0 111000 111100 1110 101 1000001 111100

Color Harmonies of #DB6157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6157

Black with #DB6157

Text Example


Text Example

White with #DB6157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6157; }

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

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

background-color css

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

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

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

border-color css

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

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

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