Html Css Color HEX #D9584A Valencia

📋 copy color: '#D9584A'

red 217 ◦ green 88 ◦ blue 74

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

Shades of Valencia #D9584A

Tints of Valencia #D9584A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.22%

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

R = 57.26%
G = 23.22%
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

#D9584A (or 0xD9584A) is known color: Valencia. HEX triplet: D9, 58 and 4A. RGB value is (217,88,74). Sum of RGB (Red+Green+Blue) = 217+88+74=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D9584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9584A is #26A7B5. Grayscale: #7D7D7D. Windows color (decimal): -2533302 or 4872409. OLE color: 4872409.

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

Color convert

RGB 217 88 74 -
CMYK 0 0.59 0.66 0.15
HSL 5.87º 0.65% 0.57% -
HSV(B) 5.87º 0.66% 0.85% -
XYZ 33.34 22.23 9.01 -
YUV 124.98 99.24 193.64 -
System Red Green Blue C M Y K H S L
Decimal 217 88 74 0 0.59 0.66 0.15 5.87 0.65 0.57
Hex D9 58 4A 0 3B 42 F 6 41 39
Octal 331 130 112 0 73 102 17 6 101 71
Binary 11011001 1011000 1001010 0 111011 1000010 1111 110 1000001 111001

Color Harmonies of #D9584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9584A

Black with #D9584A

Text Example


Text Example

White with #D9584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9584A; }

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

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

background-color css

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

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

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

border-color css

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

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

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