Html Css Color HEX #DB6D6A Roman

📋 copy color: '#DB6D6A'

red 219 ◦ green 109 ◦ blue 106

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

Shades of Roman #DB6D6A

Tints of Roman #DB6D6A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.12%

 BLUE value IS 106 (41.8% from 255) = 24.42%

R = 50.46%
G = 25.12%
B = 24.42%

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

#DB6D6A (or 0xDB6D6A) is known color: Roman. HEX triplet: DB, 6D and 6A. RGB value is (219,109,106). Sum of RGB (Red+Green+Blue) = 219+109+106=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6D6A is #249295. Grayscale: #8D8D8D. Windows color (decimal): -2396822 or 6974939. OLE color: 6974939.

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

Color convert

RGB 219 109 106 -
CMYK 0 0.50 0.52 0.14
HSL 1.59º 0.61% 0.64% -
HSV(B) 1.59º 0.52% 0.86% -
XYZ 37.28 27.04 16.89 -
YUV 141.55 107.94 183.24 -
System Red Green Blue C M Y K H S L
Decimal 219 109 106 0 0.50 0.52 0.14 1.59 0.61 0.64
Hex DB 6D 6A 0 32 34 E 2 3D 40
Octal 333 155 152 0 62 64 16 2 75 100
Binary 11011011 1101101 1101010 0 110010 110100 1110 10 111101 1000000

Color Harmonies of #DB6D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6D6A

Black with #DB6D6A

Text Example


Text Example

White with #DB6D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6D6A; }

 p { color: rgb(219,109,106); }

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

background-color css

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

 a { background-color: rgb(219,109,106); }

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

border-color css

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

 span { border-color: rgb(219,109,106); }

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