Html Css Color HEX #DF564A Valencia

📋 copy color: '#DF564A'

red 223 ◦ green 86 ◦ blue 74

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

Shades of Valencia #DF564A

Tints of Valencia #DF564A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.32%

R = 58.22%
G = 22.45%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF564A (or 0xDF564A) is known color: Valencia. HEX triplet: DF, 56 and 4A. RGB value is (223,86,74). Sum of RGB (Red+Green+Blue) = 223+86+74=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF564A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF564A is #20A9B5. Grayscale: #7D7D7D. Windows color (decimal): -2140598 or 4871903. OLE color: 4871903.

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

Color convert

RGB 223 86 74 -
CMYK 0 0.61 0.67 0.13
HSL 4.83º 0.7% 0.58% -
HSV(B) 4.83º 0.67% 0.87% -
XYZ 35 22.84 9.04 -
YUV 125.6 98.89 197.48 -
System Red Green Blue C M Y K H S L
Decimal 223 86 74 0 0.61 0.67 0.13 4.83 0.7 0.58
Hex DF 56 4A 0 3D 43 D 5 46 3A
Octal 337 126 112 0 75 103 15 5 106 72
Binary 11011111 1010110 1001010 0 111101 1000011 1101 101 1000110 111010

Color Harmonies of #DF564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF564A

Black with #DF564A

Text Example


Text Example

White with #DF564A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF564A; }

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

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

background-color css

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

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

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

border-color css

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

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

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