Html Css Color HEX #DB6A5D Roman

📋 copy color: '#DB6A5D'

red 219 ◦ green 106 ◦ blue 93

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

Shades of Roman #DB6A5D

Tints of Roman #DB6A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.25%

R = 52.39%
G = 25.36%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB6A5D (or 0xDB6A5D) is known color: Roman. HEX triplet: DB, 6A and 5D. RGB value is (219,106,93). Sum of RGB (Red+Green+Blue) = 219+106+93=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6A5D is #2495A2. Grayscale: #8A8A8A. Windows color (decimal): -2397603 or 6122203. OLE color: 6122203.

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

Color convert

RGB 219 106 93 -
CMYK 0 0.52 0.58 0.14
HSL 6.19º 0.64% 0.61% -
HSV(B) 6.19º 0.58% 0.86% -
XYZ 36.34 26.16 13.49 -
YUV 138.31 102.44 185.56 -
System Red Green Blue C M Y K H S L
Decimal 219 106 93 0 0.52 0.58 0.14 6.19 0.64 0.61
Hex DB 6A 5D 0 34 3A E 6 40 3D
Octal 333 152 135 0 64 72 16 6 100 75
Binary 11011011 1101010 1011101 0 110100 111010 1110 110 1000000 111101

Color Harmonies of #DB6A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6A5D

Black with #DB6A5D

Text Example


Text Example

White with #DB6A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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