Html Css Color HEX #DB6960 Roman

📋 copy color: '#DB6960'

red 219 ◦ green 105 ◦ blue 96

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

Shades of Roman #DB6960

Tints of Roman #DB6960

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25%

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

R = 52.14%
G = 25%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB6960 (or 0xDB6960) is known color: Roman. HEX triplet: DB, 69 and 60. RGB value is (219,105,96). Sum of RGB (Red+Green+Blue) = 219+105+96=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6960 is #24969F. Grayscale: #8A8A8A. Windows color (decimal): -2397856 or 6318555. OLE color: 6318555.

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

Color convert

RGB 219 105 96 -
CMYK 0 0.52 0.56 0.14
HSL 4.39º 0.63% 0.62% -
HSV(B) 4.39º 0.56% 0.86% -
XYZ 36.38 26.01 14.17 -
YUV 138.06 104.27 185.73 -
System Red Green Blue C M Y K H S L
Decimal 219 105 96 0 0.52 0.56 0.14 4.39 0.63 0.62
Hex DB 69 60 0 34 38 E 4 3F 3E
Octal 333 151 140 0 64 70 16 4 77 76
Binary 11011011 1101001 1100000 0 110100 111000 1110 100 111111 111110

Color Harmonies of #DB6960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6960

Black with #DB6960

Text Example


Text Example

White with #DB6960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6960; }

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

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

background-color css

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

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

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

border-color css

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

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

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