Html Css Color HEX #D8564B Valencia

📋 copy color: '#D8564B'

red 216 ◦ green 86 ◦ blue 75

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

Shades of Valencia #D8564B

Tints of Valencia #D8564B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.89%

R = 57.29%
G = 22.81%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8564B (or 0xD8564B) is known color: Valencia. HEX triplet: D8, 56 and 4B. RGB value is (216,86,75). Sum of RGB (Red+Green+Blue) = 216+86+75=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D8564B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8564B is #27A9B4. Grayscale: #7B7B7B. Windows color (decimal): -2599349 or 4937432. OLE color: 4937432.

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

Color convert

RGB 216 86 75 -
CMYK 0 0.60 0.65 0.15
HSL 4.68º 0.64% 0.57% -
HSV(B) 4.68º 0.65% 0.85% -
XYZ 32.92 21.76 9.12 -
YUV 123.62 100.57 193.89 -
System Red Green Blue C M Y K H S L
Decimal 216 86 75 0 0.60 0.65 0.15 4.68 0.64 0.57
Hex D8 56 4B 0 3C 41 F 5 40 39
Octal 330 126 113 0 74 101 17 5 100 71
Binary 11011000 1010110 1001011 0 111100 1000001 1111 101 1000000 111001

Color Harmonies of #D8564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8564B

Black with #D8564B

Text Example


Text Example

White with #D8564B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8564B; }

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

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

background-color css

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

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

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

border-color css

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

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

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