Html Css Color HEX #DD564D Valencia

📋 copy color: '#DD564D'

red 221 ◦ green 86 ◦ blue 77

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

Shades of Valencia #DD564D

Tints of Valencia #DD564D

RGB

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

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

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

R = 57.55%
G = 22.4%
B = 20.05%

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

#DD564D (or 0xDD564D) is known color: Valencia. HEX triplet: DD, 56 and 4D. RGB value is (221,86,77). Sum of RGB (Red+Green+Blue) = 221+86+77=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD564D is #22A9B2. Grayscale: #7D7D7D. Windows color (decimal): -2271667 or 5068509. OLE color: 5068509.

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

Color convert

RGB 221 86 77 -
CMYK 0 0.61 0.65 0.13
HSL 3.75º 0.68% 0.58% -
HSV(B) 3.75º 0.65% 0.87% -
XYZ 34.49 22.56 9.56 -
YUV 125.34 100.73 196.23 -
System Red Green Blue C M Y K H S L
Decimal 221 86 77 0 0.61 0.65 0.13 3.75 0.68 0.58
Hex DD 56 4D 0 3D 41 D 4 44 3A
Octal 335 126 115 0 75 101 15 4 104 72
Binary 11011101 1010110 1001101 0 111101 1000001 1101 100 1000100 111010

Color Harmonies of #DD564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD564D

Black with #DD564D

Text Example


Text Example

White with #DD564D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD564D; }

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

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

background-color css

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

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

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

border-color css

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

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

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