Html Css Color HEX #DB5B49 Valencia

📋 copy color: '#DB5B49'

red 219 ◦ green 91 ◦ blue 73

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

Shades of Valencia #DB5B49

Tints of Valencia #DB5B49

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.76%

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

R = 57.18%
G = 23.76%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB5B49 (or 0xDB5B49) is known color: Valencia. HEX triplet: DB, 5B and 49. RGB value is (219,91,73). Sum of RGB (Red+Green+Blue) = 219+91+73=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5B49 is #24A4B6. Grayscale: #7F7F7F. Windows color (decimal): -2401463 or 4807643. OLE color: 4807643.

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

Color convert

RGB 219 91 73 -
CMYK 0 0.58 0.67 0.14
HSL 7.4º 0.67% 0.57% -
HSV(B) 7.4º 0.67% 0.86% -
XYZ 34.16 23.02 8.95 -
YUV 127.22 97.41 193.46 -
System Red Green Blue C M Y K H S L
Decimal 219 91 73 0 0.58 0.67 0.14 7.4 0.67 0.57
Hex DB 5B 49 0 3A 43 E 7 43 39
Octal 333 133 111 0 72 103 16 7 103 71
Binary 11011011 1011011 1001001 0 111010 1000011 1110 111 1000011 111001

Color Harmonies of #DB5B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5B49

Black with #DB5B49

Text Example


Text Example

White with #DB5B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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