Html Css Color HEX #DB6E69 Roman

📋 copy color: '#DB6E69'

red 219 ◦ green 110 ◦ blue 105

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

Shades of Roman #DB6E69

Tints of Roman #DB6E69

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.35%

 BLUE value IS 105 (41.41% from 255) = 24.19%

R = 50.46%
G = 25.35%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB6E69 (or 0xDB6E69) is known color: Roman. HEX triplet: DB, 6E and 69. RGB value is (219,110,105). Sum of RGB (Red+Green+Blue) = 219+110+105=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 105 (41.41% from 255 or 24.19% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6E69 is #249196. Grayscale: #8E8E8E. Windows color (decimal): -2396567 or 6909659. OLE color: 6909659.

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

Color convert

RGB 219 110 105 -
CMYK 0 0.50 0.52 0.14
HSL 2.63º 0.61% 0.64% -
HSV(B) 2.63º 0.52% 0.86% -
XYZ 37.34 27.23 16.65 -
YUV 142.02 107.11 182.91 -
System Red Green Blue C M Y K H S L
Decimal 219 110 105 0 0.50 0.52 0.14 2.63 0.61 0.64
Hex DB 6E 69 0 32 34 E 3 3D 40
Octal 333 156 151 0 62 64 16 3 75 100
Binary 11011011 1101110 1101001 0 110010 110100 1110 11 111101 1000000

Color Harmonies of #DB6E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6E69

Black with #DB6E69

Text Example


Text Example

White with #DB6E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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