Html Css Color HEX #DF564C Valencia

📋 copy color: '#DF564C'

red 223 ◦ green 86 ◦ blue 76

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

Shades of Valencia #DF564C

Tints of Valencia #DF564C

RGB

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

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

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

R = 57.92%
G = 22.34%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF564C (or 0xDF564C) is known color: Valencia. HEX triplet: DF, 56 and 4C. RGB value is (223,86,76). Sum of RGB (Red+Green+Blue) = 223+86+76=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF564C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF564C is #20A9B3. Grayscale: #7D7D7D. Windows color (decimal): -2140596 or 5002975. OLE color: 5002975.

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

Color convert

RGB 223 86 76 -
CMYK 0 0.61 0.66 0.13
HSL 4.08º 0.7% 0.59% -
HSV(B) 4.08º 0.66% 0.87% -
XYZ 35.06 22.87 9.4 -
YUV 125.82 99.89 197.31 -
System Red Green Blue C M Y K H S L
Decimal 223 86 76 0 0.61 0.66 0.13 4.08 0.7 0.59
Hex DF 56 4C 0 3D 42 D 4 46 3B
Octal 337 126 114 0 75 102 15 4 106 73
Binary 11011111 1010110 1001100 0 111101 1000010 1101 100 1000110 111011

Color Harmonies of #DF564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF564C

Black with #DF564C

Text Example


Text Example

White with #DF564C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF564C; }

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

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

background-color css

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

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

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

border-color css

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

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

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