Html Css Color HEX #DB6A5E Roman

📋 copy color: '#DB6A5E'

red 219 ◦ green 106 ◦ blue 94

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

Shades of Roman #DB6A5E

Tints of Roman #DB6A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.43%

R = 52.27%
G = 25.3%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB6A5E (or 0xDB6A5E) is known color: Roman. HEX triplet: DB, 6A and 5E. RGB value is (219,106,94). Sum of RGB (Red+Green+Blue) = 219+106+94=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6A5E is #2495A1. Grayscale: #8A8A8A. Windows color (decimal): -2397602 or 6187739. OLE color: 6187739.

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

Color convert

RGB 219 106 94 -
CMYK 0 0.52 0.57 0.14
HSL 5.76º 0.63% 0.61% -
HSV(B) 5.76º 0.57% 0.86% -
XYZ 36.39 26.18 13.72 -
YUV 138.42 102.94 185.48 -
System Red Green Blue C M Y K H S L
Decimal 219 106 94 0 0.52 0.57 0.14 5.76 0.63 0.61
Hex DB 6A 5E 0 34 39 E 6 3F 3D
Octal 333 152 136 0 64 71 16 6 77 75
Binary 11011011 1101010 1011110 0 110100 111001 1110 110 111111 111101

Color Harmonies of #DB6A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6A5E

Black with #DB6A5E

Text Example


Text Example

White with #DB6A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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