Html Css Color HEX #D9584C Valencia

📋 copy color: '#D9584C'

red 217 ◦ green 88 ◦ blue 76

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

Shades of Valencia #D9584C

Tints of Valencia #D9584C

RGB

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

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

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

R = 56.96%
G = 23.1%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9584C (or 0xD9584C) is known color: Valencia. HEX triplet: D9, 58 and 4C. RGB value is (217,88,76). Sum of RGB (Red+Green+Blue) = 217+88+76=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D9584C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9584C is #26A7B3. Grayscale: #7D7D7D. Windows color (decimal): -2533300 or 5003481. OLE color: 5003481.

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

Color convert

RGB 217 88 76 -
CMYK 0 0.59 0.65 0.15
HSL 5.11º 0.65% 0.57% -
HSV(B) 5.11º 0.65% 0.85% -
XYZ 33.41 22.25 9.37 -
YUV 125.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 217 88 76 0 0.59 0.65 0.15 5.11 0.65 0.57
Hex D9 58 4C 0 3B 41 F 5 41 39
Octal 331 130 114 0 73 101 17 5 101 71
Binary 11011001 1011000 1001100 0 111011 1000001 1111 101 1000001 111001

Color Harmonies of #D9584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9584C

Black with #D9584C

Text Example


Text Example

White with #D9584C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9584C; }

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

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

background-color css

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

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

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

border-color css

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

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

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