Html Css Color HEX #DB6A6A Roman

📋 copy color: '#DB6A6A'

red 219 ◦ green 106 ◦ blue 106

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

Shades of Roman #DB6A6A

Tints of Roman #DB6A6A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.59%

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

R = 50.81%
G = 24.59%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB6A6A (or 0xDB6A6A) is known color: Roman. HEX triplet: DB, 6A and 6A. RGB value is (219,106,106). Sum of RGB (Red+Green+Blue) = 219+106+106=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6A6A is #249595. Grayscale: #8B8B8B. Windows color (decimal): -2397590 or 6974171. OLE color: 6974171.

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

Color convert

RGB 219 106 106 -
CMYK 0 0.52 0.52 0.14
HSL 0.61% 0.64% -
HSV(B) 0.52% 0.86% -
XYZ 36.97 26.41 16.78 -
YUV 139.79 108.94 184.5 -
System Red Green Blue C M Y K H S L
Decimal 219 106 106 0 0.52 0.52 0.14 0 0.61 0.64
Hex DB 6A 6A 0 34 34 E 0 3D 40
Octal 333 152 152 0 64 64 16 0 75 100
Binary 11011011 1101010 1101010 0 110100 110100 1110 0 111101 1000000

Color Harmonies of #DB6A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6A6A

Black with #DB6A6A

Text Example


Text Example

White with #DB6A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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