Html Css Color HEX #DB6758 Roman

📋 copy color: '#DB6758'

red 219 ◦ green 103 ◦ blue 88

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

Shades of Roman #DB6758

Tints of Roman #DB6758

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.12%

 BLUE value IS 88 (34.77% from 255) = 21.46%

R = 53.41%
G = 25.12%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB6758 (or 0xDB6758) is known color: Roman. HEX triplet: DB, 67 and 58. RGB value is (219,103,88). Sum of RGB (Red+Green+Blue) = 219+103+88=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6758 is #2498A7. Grayscale: #888888. Windows color (decimal): -2398376 or 5793755. OLE color: 5793755.

HSL color Cylindrical-coordinate representation of color #DB6758: hue angle of 6.87º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB6758 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 103 88 -
CMYK 0 0.53 0.60 0.14
HSL 6.87º 0.65% 0.6% -
HSV(B) 6.87º 0.6% 0.86% -
XYZ 35.83 25.47 12.26 -
YUV 135.97 100.93 187.22 -
System Red Green Blue C M Y K H S L
Decimal 219 103 88 0 0.53 0.60 0.14 6.87 0.65 0.6
Hex DB 67 58 0 35 3C E 7 41 3C
Octal 333 147 130 0 65 74 16 7 101 74
Binary 11011011 1100111 1011000 0 110101 111100 1110 111 1000001 111100

Color Harmonies of #DB6758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6758

Black with #DB6758

Text Example


Text Example

White with #DB6758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6758; }

 p { color: rgb(219,103,88); }

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

background-color css

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

 a { background-color: rgb(219,103,88); }

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

border-color css

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

 span { border-color: rgb(219,103,88); }

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