Html Css Color HEX #DB6C60 Roman

📋 copy color: '#DB6C60'

red 219 ◦ green 108 ◦ blue 96

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

Shades of Roman #DB6C60

Tints of Roman #DB6C60

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.53%

 BLUE value IS 96 (37.89% from 255) = 22.7%

R = 51.77%
G = 25.53%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB6C60 (or 0xDB6C60) is known color: Roman. HEX triplet: DB, 6C and 60. RGB value is (219,108,96). Sum of RGB (Red+Green+Blue) = 219+108+96=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6C60 is #24939F. Grayscale: #8B8B8B. Windows color (decimal): -2397088 or 6319323. OLE color: 6319323.

HSL color Cylindrical-coordinate representation of color #DB6C60: hue angle of 5.85º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB6C60 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 108 96 -
CMYK 0 0.51 0.56 0.14
HSL 5.85º 0.63% 0.62% -
HSV(B) 5.85º 0.56% 0.86% -
XYZ 36.69 26.63 14.27 -
YUV 139.82 103.27 184.48 -
System Red Green Blue C M Y K H S L
Decimal 219 108 96 0 0.51 0.56 0.14 5.85 0.63 0.62
Hex DB 6C 60 0 33 38 E 6 3F 3E
Octal 333 154 140 0 63 70 16 6 77 76
Binary 11011011 1101100 1100000 0 110011 111000 1110 110 111111 111110

Color Harmonies of #DB6C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6C60

Black with #DB6C60

Text Example


Text Example

White with #DB6C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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