Html Css Color HEX #DB5543 Valencia

📋 copy color: '#DB5543'

red 219 ◦ green 85 ◦ blue 67

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

Shades of Valencia #DB5543

Tints of Valencia #DB5543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.06%

R = 59.03%
G = 22.91%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB5543 (or 0xDB5543) is known color: Valencia. HEX triplet: DB, 55 and 43. RGB value is (219,85,67). Sum of RGB (Red+Green+Blue) = 219+85+67=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5543 is #24AABC. Grayscale: #7B7B7B. Windows color (decimal): -2403005 or 4412891. OLE color: 4412891.

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

Color convert

RGB 219 85 67 -
CMYK 0 0.61 0.69 0.14
HSL 7.11º 0.68% 0.56% -
HSV(B) 7.11º 0.69% 0.86% -
XYZ 33.48 21.96 7.79 -
YUV 123.01 96.39 196.46 -
System Red Green Blue C M Y K H S L
Decimal 219 85 67 0 0.61 0.69 0.14 7.11 0.68 0.56
Hex DB 55 43 0 3D 45 E 7 44 38
Octal 333 125 103 0 75 105 16 7 104 70
Binary 11011011 1010101 1000011 0 111101 1000101 1110 111 1000100 111000

Color Harmonies of #DB5543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5543

Black with #DB5543

Text Example


Text Example

White with #DB5543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5543; }

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

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

background-color css

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

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

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

border-color css

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

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

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