Html Css Color HEX #D9564F Valencia

📋 copy color: '#D9564F'

red 217 ◦ green 86 ◦ blue 79

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

Shades of Valencia #D9564F

Tints of Valencia #D9564F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.68%

R = 56.81%
G = 22.51%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9564F (or 0xD9564F) is known color: Valencia. HEX triplet: D9, 56 and 4F. RGB value is (217,86,79). Sum of RGB (Red+Green+Blue) = 217+86+79=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D9564F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9564F is #26A9B0. Grayscale: #7C7C7C. Windows color (decimal): -2533809 or 5199577. OLE color: 5199577.

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

Color convert

RGB 217 86 79 -
CMYK 0 0.60 0.64 0.15
HSL 3.04º 0.64% 0.58% -
HSV(B) 3.04º 0.64% 0.85% -
XYZ 33.35 21.97 9.88 -
YUV 124.37 102.4 194.07 -
System Red Green Blue C M Y K H S L
Decimal 217 86 79 0 0.60 0.64 0.15 3.04 0.64 0.58
Hex D9 56 4F 0 3C 40 F 3 40 3A
Octal 331 126 117 0 74 100 17 3 100 72
Binary 11011001 1010110 1001111 0 111100 1000000 1111 11 1000000 111010

Color Harmonies of #D9564F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9564F

Black with #D9564F

Text Example


Text Example

White with #D9564F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9564F; }

 p { color: rgb(217,86,79); }

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

background-color css

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

 a { background-color: rgb(217,86,79); }

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

border-color css

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

 span { border-color: rgb(217,86,79); }

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