Html Css Color HEX #DF564D Valencia

📋 copy color: '#DF564D'

red 223 ◦ green 86 ◦ blue 77

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

Shades of Valencia #DF564D

Tints of Valencia #DF564D

RGB

 RED value IS 223 (87.5% from 255) = 57.77%

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

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

R = 57.77%
G = 22.28%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF564D (or 0xDF564D) is known color: Valencia. HEX triplet: DF, 56 and 4D. RGB value is (223,86,77). Sum of RGB (Red+Green+Blue) = 223+86+77=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF564D is #20A9B2. Grayscale: #7E7E7E. Windows color (decimal): -2140595 or 5068511. OLE color: 5068511.

HSL color Cylindrical-coordinate representation of color #DF564D: hue angle of 3.7º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF564D is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 86 77 -
CMYK 0 0.61 0.65 0.13
HSL 3.7º 0.7% 0.59% -
HSV(B) 3.7º 0.65% 0.87% -
XYZ 35.1 22.88 9.59 -
YUV 125.94 100.39 197.23 -
System Red Green Blue C M Y K H S L
Decimal 223 86 77 0 0.61 0.65 0.13 3.7 0.7 0.59
Hex DF 56 4D 0 3D 41 D 4 46 3B
Octal 337 126 115 0 75 101 15 4 106 73
Binary 11011111 1010110 1001101 0 111101 1000001 1101 100 1000110 111011

Color Harmonies of #DF564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF564D

Black with #DF564D

Text Example


Text Example

White with #DF564D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF564D; }

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

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

background-color css

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

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

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

border-color css

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

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

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