Html Css Color HEX #DB5044 Valencia

📋 copy color: '#DB5044'

red 219 ◦ green 80 ◦ blue 68

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

Shades of Valencia #DB5044

Tints of Valencia #DB5044

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.8%

 BLUE value IS 68 (26.95% from 255) = 18.53%

R = 59.67%
G = 21.8%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB5044 (or 0xDB5044) is known color: Valencia. HEX triplet: DB, 50 and 44. RGB value is (219,80,68). Sum of RGB (Red+Green+Blue) = 219+80+68=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5044 is #24AFBB. Grayscale: #787878. Windows color (decimal): -2404284 or 4477147. OLE color: 4477147.

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

Color convert

RGB 219 80 68 -
CMYK 0 0.63 0.69 0.14
HSL 4.77º 0.68% 0.56% -
HSV(B) 4.77º 0.69% 0.86% -
XYZ 33.13 21.21 7.82 -
YUV 120.19 98.55 198.48 -
System Red Green Blue C M Y K H S L
Decimal 219 80 68 0 0.63 0.69 0.14 4.77 0.68 0.56
Hex DB 50 44 0 3F 45 E 5 44 38
Octal 333 120 104 0 77 105 16 5 104 70
Binary 11011011 1010000 1000100 0 111111 1000101 1110 101 1000100 111000

Color Harmonies of #DB5044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5044

Black with #DB5044

Text Example


Text Example

White with #DB5044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5044; }

 p { color: rgb(219,80,68); }

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

background-color css

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

 a { background-color: rgb(219,80,68); }

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

border-color css

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

 span { border-color: rgb(219,80,68); }

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