Html Css Color HEX #DB504A Valencia

📋 copy color: '#DB504A'

red 219 ◦ green 80 ◦ blue 74

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

Shades of Valencia #DB504A

Tints of Valencia #DB504A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.84%

R = 58.71%
G = 21.45%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB504A (or 0xDB504A) is known color: Valencia. HEX triplet: DB, 50 and 4A. RGB value is (219,80,74). Sum of RGB (Red+Green+Blue) = 219+80+74=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB504A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB504A is #24AFB5. Grayscale: #797979. Windows color (decimal): -2404278 or 4870363. OLE color: 4870363.

HSL color Cylindrical-coordinate representation of color #DB504A: hue angle of 2.48º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB504A is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 80 74 -
CMYK 0 0.63 0.66 0.14
HSL 2.48º 0.67% 0.57% -
HSV(B) 2.48º 0.66% 0.86% -
XYZ 33.32 21.29 8.83 -
YUV 120.88 101.55 197.99 -
System Red Green Blue C M Y K H S L
Decimal 219 80 74 0 0.63 0.66 0.14 2.48 0.67 0.57
Hex DB 50 4A 0 3F 42 E 2 43 39
Octal 333 120 112 0 77 102 16 2 103 71
Binary 11011011 1010000 1001010 0 111111 1000010 1110 10 1000011 111001

Color Harmonies of #DB504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB504A

Black with #DB504A

Text Example


Text Example

White with #DB504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB504A; }

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

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

background-color css

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

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

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

border-color css

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

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

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