Html Css Color HEX #D8584C Valencia

📋 copy color: '#D8584C'

red 216 ◦ green 88 ◦ blue 76

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

Shades of Valencia #D8584C

Tints of Valencia #D8584C

RGB

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

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

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

R = 56.84%
G = 23.16%
B = 20%

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

#D8584C (or 0xD8584C) is known color: Valencia. HEX triplet: D8, 58 and 4C. RGB value is (216,88,76). Sum of RGB (Red+Green+Blue) = 216+88+76=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D8584C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8584C is #27A7B3. Grayscale: #7D7D7D. Windows color (decimal): -2598836 or 5003480. OLE color: 5003480.

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

Color convert

RGB 216 88 76 -
CMYK 0 0.59 0.65 0.15
HSL 5.14º 0.64% 0.57% -
HSV(B) 5.14º 0.65% 0.85% -
XYZ 33.11 22.1 9.36 -
YUV 124.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 216 88 76 0 0.59 0.65 0.15 5.14 0.64 0.57
Hex D8 58 4C 0 3B 41 F 5 40 39
Octal 330 130 114 0 73 101 17 5 100 71
Binary 11011000 1011000 1001100 0 111011 1000001 1111 101 1000000 111001

Color Harmonies of #D8584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8584C

Black with #D8584C

Text Example


Text Example

White with #D8584C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8584C; }

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

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

background-color css

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

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

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

border-color css

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

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

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