Html Css Color HEX #DD564E Valencia

📋 copy color: '#DD564E'

red 221 ◦ green 86 ◦ blue 78

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

Shades of Valencia #DD564E

Tints of Valencia #DD564E

RGB

 RED value IS 221 (86.72% from 255) = 57.4%

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

 BLUE value IS 78 (30.86% from 255) = 20.26%

R = 57.4%
G = 22.34%
B = 20.26%

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

#DD564E (or 0xDD564E) is known color: Valencia. HEX triplet: DD, 56 and 4E. RGB value is (221,86,78). Sum of RGB (Red+Green+Blue) = 221+86+78=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD564E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD564E is #22A9B1. Grayscale: #7D7D7D. Windows color (decimal): -2271666 or 5134045. OLE color: 5134045.

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

Color convert

RGB 221 86 78 -
CMYK 0 0.61 0.65 0.13
HSL 3.36º 0.68% 0.59% -
HSV(B) 3.36º 0.65% 0.87% -
XYZ 34.52 22.58 9.75 -
YUV 125.45 101.23 196.15 -
System Red Green Blue C M Y K H S L
Decimal 221 86 78 0 0.61 0.65 0.13 3.36 0.68 0.59
Hex DD 56 4E 0 3D 41 D 3 44 3B
Octal 335 126 116 0 75 101 15 3 104 73
Binary 11011101 1010110 1001110 0 111101 1000001 1101 11 1000100 111011

Color Harmonies of #DD564E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD564E

Black with #DD564E

Text Example


Text Example

White with #DD564E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD564E; }

 p { color: rgb(221,86,78); }

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

background-color css

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

 a { background-color: rgb(221,86,78); }

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

border-color css

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

 span { border-color: rgb(221,86,78); }

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