Html Css Color HEX #D8594A Valencia

📋 copy color: '#D8594A'

red 216 ◦ green 89 ◦ blue 74

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

Shades of Valencia #D8594A

Tints of Valencia #D8594A

RGB

 RED value IS 216 (84.77% from 255) = 56.99%

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

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

R = 56.99%
G = 23.48%
B = 19.53%

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

#D8594A (or 0xD8594A) is known color: Valencia. HEX triplet: D8, 59 and 4A. RGB value is (216,89,74). Sum of RGB (Red+Green+Blue) = 216+89+74=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D8594A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8594A is #27A6B5. Grayscale: #7D7D7D. Windows color (decimal): -2598582 or 4872664. OLE color: 4872664.

HSL color Cylindrical-coordinate representation of color #D8594A: hue angle of 6.34º 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 #D8594A is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 89 74 -
CMYK 0 0.59 0.66 0.15
HSL 6.34º 0.65% 0.57% -
HSV(B) 6.34º 0.66% 0.85% -
XYZ 33.13 22.24 9.02 -
YUV 125.26 99.08 192.72 -
System Red Green Blue C M Y K H S L
Decimal 216 89 74 0 0.59 0.66 0.15 6.34 0.65 0.57
Hex D8 59 4A 0 3B 42 F 6 41 39
Octal 330 131 112 0 73 102 17 6 101 71
Binary 11011000 1011001 1001010 0 111011 1000010 1111 110 1000001 111001

Color Harmonies of #D8594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8594A

Black with #D8594A

Text Example


Text Example

White with #D8594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8594A; }

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

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

background-color css

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

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

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

border-color css

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

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

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