Html Css Color HEX #DD5843 Valencia

📋 copy color: '#DD5843'

red 221 ◦ green 88 ◦ blue 67

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

Shades of Valencia #DD5843

Tints of Valencia #DD5843

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.4%

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

R = 58.78%
G = 23.4%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD5843 (or 0xDD5843) is known color: Valencia. HEX triplet: DD, 58 and 43. RGB value is (221,88,67). Sum of RGB (Red+Green+Blue) = 221+88+67=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5843 is #22A7BC. Grayscale: #7D7D7D. Windows color (decimal): -2271165 or 4413661. OLE color: 4413661.

HSL color Cylindrical-coordinate representation of color #DD5843: hue angle of 8.18º 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 #DD5843 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 88 67 -
CMYK 0 0.60 0.70 0.13
HSL 8.18º 0.69% 0.56% -
HSV(B) 8.18º 0.7% 0.87% -
XYZ 34.32 22.76 7.89 -
YUV 125.37 95.06 196.21 -
System Red Green Blue C M Y K H S L
Decimal 221 88 67 0 0.60 0.70 0.13 8.18 0.69 0.56
Hex DD 58 43 0 3C 46 D 8 45 38
Octal 335 130 103 0 74 106 15 10 105 70
Binary 11011101 1011000 1000011 0 111100 1000110 1101 1000 1000101 111000

Color Harmonies of #DD5843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5843

Black with #DD5843

Text Example


Text Example

White with #DD5843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5843; }

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

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

background-color css

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

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

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

border-color css

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

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

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