Html Css Color HEX #DD5647 Valencia

📋 copy color: '#DD5647'

red 221 ◦ green 86 ◦ blue 71

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

Shades of Valencia #DD5647

Tints of Valencia #DD5647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.78%

R = 58.47%
G = 22.75%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD5647 (or 0xDD5647) is known color: Valencia. HEX triplet: DD, 56 and 47. RGB value is (221,86,71). Sum of RGB (Red+Green+Blue) = 221+86+71=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5647 is #22A9B8. Grayscale: #7C7C7C. Windows color (decimal): -2271673 or 4675293. OLE color: 4675293.

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

Color convert

RGB 221 86 71 -
CMYK 0 0.61 0.68 0.13
HSL 0.69% 0.57% -
HSV(B) 0.68% 0.87% -
XYZ 34.28 22.48 8.49 -
YUV 124.66 97.73 196.72 -
System Red Green Blue C M Y K H S L
Decimal 221 86 71 0 0.61 0.68 0.13 6 0.69 0.57
Hex DD 56 47 0 3D 44 D 6 45 39
Octal 335 126 107 0 75 104 15 6 105 71
Binary 11011101 1010110 1000111 0 111101 1000100 1101 110 1000101 111001

Color Harmonies of #DD5647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5647

Black with #DD5647

Text Example


Text Example

White with #DD5647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5647; }

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

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

background-color css

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

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

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

border-color css

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

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

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