Html Css Color HEX #DB594E Valencia

📋 copy color: '#DB594E'

red 219 ◦ green 89 ◦ blue 78

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

Shades of Valencia #DB594E

Tints of Valencia #DB594E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.06%

 BLUE value IS 78 (30.86% from 255) = 20.21%

R = 56.74%
G = 23.06%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB594E (or 0xDB594E) is known color: Valencia. HEX triplet: DB, 59 and 4E. RGB value is (219,89,78). Sum of RGB (Red+Green+Blue) = 219+89+78=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB594E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB594E is #24A6B1. Grayscale: #7E7E7E. Windows color (decimal): -2401970 or 5134811. OLE color: 5134811.

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

Color convert

RGB 219 89 78 -
CMYK 0 0.59 0.64 0.14
HSL 4.68º 0.66% 0.58% -
HSV(B) 4.68º 0.64% 0.86% -
XYZ 34.16 22.75 9.8 -
YUV 126.62 100.57 193.89 -
System Red Green Blue C M Y K H S L
Decimal 219 89 78 0 0.59 0.64 0.14 4.68 0.66 0.58
Hex DB 59 4E 0 3B 40 E 5 42 3A
Octal 333 131 116 0 73 100 16 5 102 72
Binary 11011011 1011001 1001110 0 111011 1000000 1110 101 1000010 111010

Color Harmonies of #DB594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB594E

Black with #DB594E

Text Example


Text Example

White with #DB594E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB594E; }

 p { color: rgb(219,89,78); }

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

background-color css

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

 a { background-color: rgb(219,89,78); }

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

border-color css

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

 span { border-color: rgb(219,89,78); }

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