Html Css Color HEX #DB5445 Valencia

📋 copy color: '#DB5445'

red 219 ◦ green 84 ◦ blue 69

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

Shades of Valencia #DB5445

Tints of Valencia #DB5445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.55%

R = 58.87%
G = 22.58%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB5445 (or 0xDB5445) is known color: Valencia. HEX triplet: DB, 54 and 45. RGB value is (219,84,69). Sum of RGB (Red+Green+Blue) = 219+84+69=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5445 is #24ABBA. Grayscale: #7A7A7A. Windows color (decimal): -2403259 or 4543707. OLE color: 4543707.

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

Color convert

RGB 219 84 69 -
CMYK 0 0.62 0.68 0.14
HSL 0.68% 0.56% -
HSV(B) 0.68% 0.86% -
XYZ 33.46 21.83 8.08 -
YUV 122.66 97.73 196.72 -
System Red Green Blue C M Y K H S L
Decimal 219 84 69 0 0.62 0.68 0.14 6 0.68 0.56
Hex DB 54 45 0 3E 44 E 6 44 38
Octal 333 124 105 0 76 104 16 6 104 70
Binary 11011011 1010100 1000101 0 111110 1000100 1110 110 1000100 111000

Color Harmonies of #DB5445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5445

Black with #DB5445

Text Example


Text Example

White with #DB5445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5445; }

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

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

background-color css

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

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

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

border-color css

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

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

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