Html Css Color HEX #DD5643 Valencia

📋 copy color: '#DD5643'

red 221 ◦ green 86 ◦ blue 67

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

Shades of Valencia #DD5643

Tints of Valencia #DD5643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.91%

R = 59.09%
G = 22.99%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD5643 (or 0xDD5643) is known color: Valencia. HEX triplet: DD, 56 and 43. RGB value is (221,86,67). Sum of RGB (Red+Green+Blue) = 221+86+67=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5643 is #22A9BC. Grayscale: #7C7C7C. Windows color (decimal): -2271677 or 4413149. OLE color: 4413149.

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

Color convert

RGB 221 86 67 -
CMYK 0 0.61 0.70 0.13
HSL 7.4º 0.69% 0.56% -
HSV(B) 7.4º 0.7% 0.87% -
XYZ 34.16 22.43 7.84 -
YUV 124.2 95.73 197.04 -
System Red Green Blue C M Y K H S L
Decimal 221 86 67 0 0.61 0.70 0.13 7.4 0.69 0.56
Hex DD 56 43 0 3D 46 D 7 45 38
Octal 335 126 103 0 75 106 15 7 105 70
Binary 11011101 1010110 1000011 0 111101 1000110 1101 111 1000101 111000

Color Harmonies of #DD5643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5643

Black with #DD5643

Text Example


Text Example

White with #DD5643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5643; }

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

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

background-color css

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

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

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

border-color css

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

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

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