Html Css Color HEX #DF564F Valencia

📋 copy color: '#DF564F'

red 223 ◦ green 86 ◦ blue 79

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

Shades of Valencia #DF564F

Tints of Valencia #DF564F

RGB

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

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

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

R = 57.47%
G = 22.16%
B = 20.36%

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

#DF564F (or 0xDF564F) is known color: Valencia. HEX triplet: DF, 56 and 4F. RGB value is (223,86,79). Sum of RGB (Red+Green+Blue) = 223+86+79=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF564F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF564F is #20A9B0. Grayscale: #7E7E7E. Windows color (decimal): -2140593 or 5199583. OLE color: 5199583.

HSL color Cylindrical-coordinate representation of color #DF564F: hue angle of 2.92º degrees, saturation: 0.69, 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 #DF564F is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 86 79 -
CMYK 0 0.61 0.65 0.13
HSL 2.92º 0.69% 0.59% -
HSV(B) 2.92º 0.65% 0.87% -
XYZ 35.17 22.91 9.97 -
YUV 126.17 101.39 197.07 -
System Red Green Blue C M Y K H S L
Decimal 223 86 79 0 0.61 0.65 0.13 2.92 0.69 0.59
Hex DF 56 4F 0 3D 41 D 3 45 3B
Octal 337 126 117 0 75 101 15 3 105 73
Binary 11011111 1010110 1001111 0 111101 1000001 1101 11 1000101 111011

Color Harmonies of #DF564F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF564F

Black with #DF564F

Text Example


Text Example

White with #DF564F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF564F; }

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

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

background-color css

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

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

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

border-color css

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

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

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