Html Css Color HEX #D8564A Valencia

📋 copy color: '#D8564A'

red 216 ◦ green 86 ◦ blue 74

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

Shades of Valencia #D8564A

Tints of Valencia #D8564A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.87%

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

R = 57.45%
G = 22.87%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8564A (or 0xD8564A) is known color: Valencia. HEX triplet: D8, 56 and 4A. RGB value is (216,86,74). Sum of RGB (Red+Green+Blue) = 216+86+74=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D8564A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8564A is #27A9B5. Grayscale: #7B7B7B. Windows color (decimal): -2599350 or 4871896. OLE color: 4871896.

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

Color convert

RGB 216 86 74 -
CMYK 0 0.60 0.66 0.15
HSL 5.07º 0.65% 0.57% -
HSV(B) 5.07º 0.66% 0.85% -
XYZ 32.88 21.75 8.94 -
YUV 123.5 100.07 193.98 -
System Red Green Blue C M Y K H S L
Decimal 216 86 74 0 0.60 0.66 0.15 5.07 0.65 0.57
Hex D8 56 4A 0 3C 42 F 5 41 39
Octal 330 126 112 0 74 102 17 5 101 71
Binary 11011000 1010110 1001010 0 111100 1000010 1111 101 1000001 111001

Color Harmonies of #D8564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8564A

Black with #D8564A

Text Example


Text Example

White with #D8564A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8564A; }

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

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

background-color css

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

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

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

border-color css

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

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

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