Html Css Color HEX #DC564D Valencia

📋 copy color: '#DC564D'

red 220 ◦ green 86 ◦ blue 77

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

Shades of Valencia #DC564D

Tints of Valencia #DC564D

RGB

 RED value IS 220 (86.33% from 255) = 57.44%

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

 BLUE value IS 77 (30.47% from 255) = 20.1%

R = 57.44%
G = 22.45%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC564D (or 0xDC564D) is known color: Valencia. HEX triplet: DC, 56 and 4D. RGB value is (220,86,77). Sum of RGB (Red+Green+Blue) = 220+86+77=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC564D is #23A9B2. Grayscale: #7D7D7D. Windows color (decimal): -2337203 or 5068508. OLE color: 5068508.

HSL color Cylindrical-coordinate representation of color #DC564D: hue angle of 3.78º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC564D is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 86 77 -
CMYK 0 0.61 0.65 0.14
HSL 3.78º 0.67% 0.58% -
HSV(B) 3.78º 0.65% 0.86% -
XYZ 34.18 22.41 9.54 -
YUV 125.04 100.89 195.73 -
System Red Green Blue C M Y K H S L
Decimal 220 86 77 0 0.61 0.65 0.14 3.78 0.67 0.58
Hex DC 56 4D 0 3D 41 E 4 43 3A
Octal 334 126 115 0 75 101 16 4 103 72
Binary 11011100 1010110 1001101 0 111101 1000001 1110 100 1000011 111010

Color Harmonies of #DC564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC564D

Black with #DC564D

Text Example


Text Example

White with #DC564D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC564D; }

 p { color: rgb(220,86,77); }

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

background-color css

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

 a { background-color: rgb(220,86,77); }

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

border-color css

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

 span { border-color: rgb(220,86,77); }

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