Html Css Color HEX #DB5650 Valencia

📋 copy color: '#DB5650'

red 219 ◦ green 86 ◦ blue 80

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

Shades of Valencia #DB5650

Tints of Valencia #DB5650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.34%

 BLUE value IS 80 (31.64% from 255) = 20.78%

R = 56.88%
G = 22.34%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB5650 (or 0xDB5650) is known color: Valencia. HEX triplet: DB, 56 and 50. RGB value is (219,86,80). Sum of RGB (Red+Green+Blue) = 219+86+80=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5650 is #24A9AF. Grayscale: #7D7D7D. Windows color (decimal): -2402736 or 5265115. OLE color: 5265115.

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

Color convert

RGB 219 86 80 -
CMYK 0 0.61 0.63 0.14
HSL 2.59º 0.66% 0.59% -
HSV(B) 2.59º 0.63% 0.86% -
XYZ 33.99 22.29 10.1 -
YUV 125.08 102.56 194.99 -
System Red Green Blue C M Y K H S L
Decimal 219 86 80 0 0.61 0.63 0.14 2.59 0.66 0.59
Hex DB 56 50 0 3D 3F E 3 42 3B
Octal 333 126 120 0 75 77 16 3 102 73
Binary 11011011 1010110 1010000 0 111101 111111 1110 11 1000010 111011

Color Harmonies of #DB5650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5650

Black with #DB5650

Text Example


Text Example

White with #DB5650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5650; }

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

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

background-color css

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

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

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

border-color css

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

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

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