Html Css Color HEX #DB6C68 Roman

📋 copy color: '#DB6C68'

red 219 ◦ green 108 ◦ blue 104

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

Shades of Roman #DB6C68

Tints of Roman #DB6C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.13%

R = 50.81%
G = 25.06%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB6C68 (or 0xDB6C68) is known color: Roman. HEX triplet: DB, 6C and 68. RGB value is (219,108,104). Sum of RGB (Red+Green+Blue) = 219+108+104=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6C68 is #249397. Grayscale: #8C8C8C. Windows color (decimal): -2397080 or 6843611. OLE color: 6843611.

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

Color convert

RGB 219 108 104 -
CMYK 0 0.51 0.53 0.14
HSL 2.09º 0.61% 0.63% -
HSV(B) 2.09º 0.53% 0.86% -
XYZ 37.07 26.78 16.31 -
YUV 140.73 107.27 183.83 -
System Red Green Blue C M Y K H S L
Decimal 219 108 104 0 0.51 0.53 0.14 2.09 0.61 0.63
Hex DB 6C 68 0 33 35 E 2 3D 3F
Octal 333 154 150 0 63 65 16 2 75 77
Binary 11011011 1101100 1101000 0 110011 110101 1110 10 111101 111111

Color Harmonies of #DB6C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6C68

Black with #DB6C68

Text Example


Text Example

White with #DB6C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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