Html Css Color HEX #DB6660 Roman

📋 copy color: '#DB6660'

red 219 ◦ green 102 ◦ blue 96

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

Shades of Roman #DB6660

Tints of Roman #DB6660

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.46%

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

R = 52.52%
G = 24.46%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB6660 (or 0xDB6660) is known color: Roman. HEX triplet: DB, 66 and 60. RGB value is (219,102,96). Sum of RGB (Red+Green+Blue) = 219+102+96=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6660 is #24999F. Grayscale: #888888. Windows color (decimal): -2398624 or 6317787. OLE color: 6317787.

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

Color convert

RGB 219 102 96 -
CMYK 0 0.53 0.56 0.14
HSL 2.93º 0.63% 0.62% -
HSV(B) 2.93º 0.56% 0.86% -
XYZ 36.08 25.41 14.07 -
YUV 136.3 105.26 186.99 -
System Red Green Blue C M Y K H S L
Decimal 219 102 96 0 0.53 0.56 0.14 2.93 0.63 0.62
Hex DB 66 60 0 35 38 E 3 3F 3E
Octal 333 146 140 0 65 70 16 3 77 76
Binary 11011011 1100110 1100000 0 110101 111000 1110 11 111111 111110

Color Harmonies of #DB6660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6660

Black with #DB6660

Text Example


Text Example

White with #DB6660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6660; }

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

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

background-color css

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

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

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

border-color css

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

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

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