Html Css Color HEX #DB5549 Valencia

📋 copy color: '#DB5549'

red 219 ◦ green 85 ◦ blue 73

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

Shades of Valencia #DB5549

Tints of Valencia #DB5549

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.55%

 BLUE value IS 73 (28.91% from 255) = 19.36%

R = 58.09%
G = 22.55%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB5549 (or 0xDB5549) is known color: Valencia. HEX triplet: DB, 55 and 49. RGB value is (219,85,73). Sum of RGB (Red+Green+Blue) = 219+85+73=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5549 is #24AAB6. Grayscale: #7B7B7B. Windows color (decimal): -2402999 or 4806107. OLE color: 4806107.

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

Color convert

RGB 219 85 73 -
CMYK 0 0.61 0.67 0.14
HSL 4.93º 0.67% 0.57% -
HSV(B) 4.93º 0.67% 0.86% -
XYZ 33.66 22.04 8.78 -
YUV 123.7 99.39 195.98 -
System Red Green Blue C M Y K H S L
Decimal 219 85 73 0 0.61 0.67 0.14 4.93 0.67 0.57
Hex DB 55 49 0 3D 43 E 5 43 39
Octal 333 125 111 0 75 103 16 5 103 71
Binary 11011011 1010101 1001001 0 111101 1000011 1110 101 1000011 111001

Color Harmonies of #DB5549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5549

Black with #DB5549

Text Example


Text Example

White with #DB5549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5549; }

 p { color: rgb(219,85,73); }

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

background-color css

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

 a { background-color: rgb(219,85,73); }

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

border-color css

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

 span { border-color: rgb(219,85,73); }

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