Html Css Color HEX #D9564C Valencia

📋 copy color: '#D9564C'

red 217 ◦ green 86 ◦ blue 76

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

Shades of Valencia #D9564C

Tints of Valencia #D9564C

RGB

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

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

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

R = 57.26%
G = 22.69%
B = 20.05%

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

#D9564C (or 0xD9564C) is known color: Valencia. HEX triplet: D9, 56 and 4C. RGB value is (217,86,76). Sum of RGB (Red+Green+Blue) = 217+86+76=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D9564C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9564C is #26A9B3. Grayscale: #7C7C7C. Windows color (decimal): -2533812 or 5002969. OLE color: 5002969.

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

Color convert

RGB 217 86 76 -
CMYK 0 0.60 0.65 0.15
HSL 4.26º 0.65% 0.57% -
HSV(B) 4.26º 0.65% 0.85% -
XYZ 33.25 21.93 9.32 -
YUV 124.03 100.9 194.31 -
System Red Green Blue C M Y K H S L
Decimal 217 86 76 0 0.60 0.65 0.15 4.26 0.65 0.57
Hex D9 56 4C 0 3C 41 F 4 41 39
Octal 331 126 114 0 74 101 17 4 101 71
Binary 11011001 1010110 1001100 0 111100 1000001 1111 100 1000001 111001

Color Harmonies of #D9564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9564C

Black with #D9564C

Text Example


Text Example

White with #D9564C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9564C; }

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

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

background-color css

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

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

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

border-color css

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

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

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