Html Css Color HEX #DB594C Valencia

📋 copy color: '#DB594C'

red 219 ◦ green 89 ◦ blue 76

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

Shades of Valencia #DB594C

Tints of Valencia #DB594C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.79%

R = 57.03%
G = 23.18%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB594C (or 0xDB594C) is known color: Valencia. HEX triplet: DB, 59 and 4C. RGB value is (219,89,76). Sum of RGB (Red+Green+Blue) = 219+89+76=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB594C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB594C is #24A6B3. Grayscale: #7E7E7E. Windows color (decimal): -2401972 or 5003739. OLE color: 5003739.

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

Color convert

RGB 219 89 76 -
CMYK 0 0.59 0.65 0.14
HSL 5.45º 0.67% 0.58% -
HSV(B) 5.45º 0.65% 0.86% -
XYZ 34.09 22.73 9.43 -
YUV 126.39 99.57 194.06 -
System Red Green Blue C M Y K H S L
Decimal 219 89 76 0 0.59 0.65 0.14 5.45 0.67 0.58
Hex DB 59 4C 0 3B 41 E 5 43 3A
Octal 333 131 114 0 73 101 16 5 103 72
Binary 11011011 1011001 1001100 0 111011 1000001 1110 101 1000011 111010

Color Harmonies of #DB594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB594C

Black with #DB594C

Text Example


Text Example

White with #DB594C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB594C; }

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

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

background-color css

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

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

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

border-color css

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

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

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