Html Css Color HEX #DB6659 Roman

📋 copy color: '#DB6659'

red 219 ◦ green 102 ◦ blue 89

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

Shades of Roman #DB6659

Tints of Roman #DB6659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.71%

R = 53.41%
G = 24.88%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB6659 (or 0xDB6659) is known color: Roman. HEX triplet: DB, 66 and 59. RGB value is (219,102,89). Sum of RGB (Red+Green+Blue) = 219+102+89=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 89 (35.16% from 255 or 21.71% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6659 is #2499A6. Grayscale: #878787. Windows color (decimal): -2398631 or 5859035. OLE color: 5859035.

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

Color convert

RGB 219 102 89 -
CMYK 0 0.53 0.59 0.14
HSL 0.64% 0.6% -
HSV(B) 0.59% 0.86% -
XYZ 35.77 25.28 12.45 -
YUV 135.5 101.76 187.56 -
System Red Green Blue C M Y K H S L
Decimal 219 102 89 0 0.53 0.59 0.14 6 0.64 0.6
Hex DB 66 59 0 35 3B E 6 40 3C
Octal 333 146 131 0 65 73 16 6 100 74
Binary 11011011 1100110 1011001 0 110101 111011 1110 110 1000000 111100

Color Harmonies of #DB6659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6659

Black with #DB6659

Text Example


Text Example

White with #DB6659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6659; }

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

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

background-color css

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

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

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

border-color css

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

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

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