Html Css Color HEX #DB6B6A Roman

📋 copy color: '#DB6B6A'

red 219 ◦ green 107 ◦ blue 106

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

Shades of Roman #DB6B6A

Tints of Roman #DB6B6A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.77%

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

R = 50.69%
G = 24.77%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB6B6A (or 0xDB6B6A) is known color: Roman. HEX triplet: DB, 6B and 6A. RGB value is (219,107,106). Sum of RGB (Red+Green+Blue) = 219+107+106=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6B6A is #249495. Grayscale: #8C8C8C. Windows color (decimal): -2397334 or 6974427. OLE color: 6974427.

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

Color convert

RGB 219 107 106 -
CMYK 0 0.51 0.52 0.14
HSL 0.53º 0.61% 0.64% -
HSV(B) 0.53º 0.52% 0.86% -
XYZ 37.07 26.62 16.82 -
YUV 140.37 108.61 184.08 -
System Red Green Blue C M Y K H S L
Decimal 219 107 106 0 0.51 0.52 0.14 0.53 0.61 0.64
Hex DB 6B 6A 0 33 34 E 1 3D 40
Octal 333 153 152 0 63 64 16 1 75 100
Binary 11011011 1101011 1101010 0 110011 110100 1110 1 111101 1000000

Color Harmonies of #DB6B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6B6A

Black with #DB6B6A

Text Example


Text Example

White with #DB6B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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