Html Css Color HEX #DB6A62 Roman

📋 copy color: '#DB6A62'

red 219 ◦ green 106 ◦ blue 98

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

Shades of Roman #DB6A62

Tints of Roman #DB6A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.17%

R = 51.77%
G = 25.06%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB6A62 (or 0xDB6A62) is known color: Roman. HEX triplet: DB, 6A and 62. RGB value is (219,106,98). Sum of RGB (Red+Green+Blue) = 219+106+98=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6A62 is #24959D. Grayscale: #8B8B8B. Windows color (decimal): -2397598 or 6449883. OLE color: 6449883.

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

Color convert

RGB 219 106 98 -
CMYK 0 0.52 0.55 0.14
HSL 3.97º 0.63% 0.62% -
HSV(B) 3.97º 0.55% 0.86% -
XYZ 36.57 26.25 14.69 -
YUV 138.88 104.94 185.15 -
System Red Green Blue C M Y K H S L
Decimal 219 106 98 0 0.52 0.55 0.14 3.97 0.63 0.62
Hex DB 6A 62 0 34 37 E 4 3F 3E
Octal 333 152 142 0 64 67 16 4 77 76
Binary 11011011 1101010 1100010 0 110100 110111 1110 100 111111 111110

Color Harmonies of #DB6A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6A62

Black with #DB6A62

Text Example


Text Example

White with #DB6A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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