Html Css Color HEX #DB5449 Valencia

📋 copy color: '#DB5449'

red 219 ◦ green 84 ◦ blue 73

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

Shades of Valencia #DB5449

Tints of Valencia #DB5449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.34%

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

R = 58.24%
G = 22.34%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB5449 (or 0xDB5449) is known color: Valencia. HEX triplet: DB, 54 and 49. RGB value is (219,84,73). Sum of RGB (Red+Green+Blue) = 219+84+73=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5449 is #24ABB6. Grayscale: #7B7B7B. Windows color (decimal): -2403255 or 4805851. OLE color: 4805851.

HSL color Cylindrical-coordinate representation of color #DB5449: hue angle of 4.52º 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 #DB5449 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 84 73 -
CMYK 0 0.62 0.67 0.14
HSL 4.52º 0.67% 0.57% -
HSV(B) 4.52º 0.67% 0.86% -
XYZ 33.59 21.88 8.76 -
YUV 123.11 99.73 196.39 -
System Red Green Blue C M Y K H S L
Decimal 219 84 73 0 0.62 0.67 0.14 4.52 0.67 0.57
Hex DB 54 49 0 3E 43 E 5 43 39
Octal 333 124 111 0 76 103 16 5 103 71
Binary 11011011 1010100 1001001 0 111110 1000011 1110 101 1000011 111001

Color Harmonies of #DB5449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5449

Black with #DB5449

Text Example


Text Example

White with #DB5449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5449; }

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

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

background-color css

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

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

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

border-color css

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

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

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