Html Css Color HEX #D9594A Valencia

📋 copy color: '#D9594A'

red 217 ◦ green 89 ◦ blue 74

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

Shades of Valencia #D9594A

Tints of Valencia #D9594A

RGB

 RED value IS 217 (85.16% from 255) = 57.11%

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

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

R = 57.11%
G = 23.42%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9594A (or 0xD9594A) is known color: Valencia. HEX triplet: D9, 59 and 4A. RGB value is (217,89,74). Sum of RGB (Red+Green+Blue) = 217+89+74=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D9594A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9594A is #26A6B5. Grayscale: #7D7D7D. Windows color (decimal): -2533046 or 4872665. OLE color: 4872665.

HSL color Cylindrical-coordinate representation of color #D9594A: hue angle of 6.29º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D9594A is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 89 74 -
CMYK 0 0.59 0.66 0.15
HSL 6.29º 0.65% 0.57% -
HSV(B) 6.29º 0.66% 0.85% -
XYZ 33.42 22.39 9.04 -
YUV 125.56 98.91 193.22 -
System Red Green Blue C M Y K H S L
Decimal 217 89 74 0 0.59 0.66 0.15 6.29 0.65 0.57
Hex D9 59 4A 0 3B 42 F 6 41 39
Octal 331 131 112 0 73 102 17 6 101 71
Binary 11011001 1011001 1001010 0 111011 1000010 1111 110 1000001 111001

Color Harmonies of #D9594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9594A

Black with #D9594A

Text Example


Text Example

White with #D9594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9594A; }

 p { color: rgb(217,89,74); }

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

background-color css

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

 a { background-color: rgb(217,89,74); }

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

border-color css

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

 span { border-color: rgb(217,89,74); }

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