Html Css Color HEX #DB6B64 Roman

📋 copy color: '#DB6B64'

red 219 ◦ green 107 ◦ blue 100

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

Shades of Roman #DB6B64

Tints of Roman #DB6B64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.47%

R = 51.41%
G = 25.12%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB6B64 (or 0xDB6B64) is known color: Roman. HEX triplet: DB, 6B and 64. RGB value is (219,107,100). Sum of RGB (Red+Green+Blue) = 219+107+100=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6B64 is #24949B. Grayscale: #8B8B8B. Windows color (decimal): -2397340 or 6581211. OLE color: 6581211.

HSL color Cylindrical-coordinate representation of color #DB6B64: hue angle of 3.53º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB6B64 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 107 100 -
CMYK 0 0.51 0.54 0.14
HSL 3.53º 0.62% 0.63% -
HSV(B) 3.53º 0.54% 0.86% -
XYZ 36.77 26.5 15.23 -
YUV 139.69 105.61 184.57 -
System Red Green Blue C M Y K H S L
Decimal 219 107 100 0 0.51 0.54 0.14 3.53 0.62 0.63
Hex DB 6B 64 0 33 36 E 4 3E 3F
Octal 333 153 144 0 63 66 16 4 76 77
Binary 11011011 1101011 1100100 0 110011 110110 1110 100 111110 111111

Color Harmonies of #DB6B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6B64

Black with #DB6B64

Text Example


Text Example

White with #DB6B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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