Html Css Color HEX #DD5946 Valencia

📋 copy color: '#DD5946'

red 221 ◦ green 89 ◦ blue 70

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

Shades of Valencia #DD5946

Tints of Valencia #DD5946

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.42%

 BLUE value IS 70 (27.73% from 255) = 18.42%

R = 58.16%
G = 23.42%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD5946 (or 0xDD5946) is known color: Valencia. HEX triplet: DD, 59 and 46. RGB value is (221,89,70). Sum of RGB (Red+Green+Blue) = 221+89+70=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5946 is #22A6B9. Grayscale: #7E7E7E. Windows color (decimal): -2270906 or 4610525. OLE color: 4610525.

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

Color convert

RGB 221 89 70 -
CMYK 0 0.60 0.68 0.13
HSL 7.55º 0.69% 0.57% -
HSV(B) 7.55º 0.68% 0.87% -
XYZ 34.5 22.96 8.41 -
YUV 126.3 96.23 195.54 -
System Red Green Blue C M Y K H S L
Decimal 221 89 70 0 0.60 0.68 0.13 7.55 0.69 0.57
Hex DD 59 46 0 3C 44 D 8 45 39
Octal 335 131 106 0 74 104 15 10 105 71
Binary 11011101 1011001 1000110 0 111100 1000100 1101 1000 1000101 111001

Color Harmonies of #DD5946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5946

Black with #DD5946

Text Example


Text Example

White with #DD5946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5946; }

 p { color: rgb(221,89,70); }

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

background-color css

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

 a { background-color: rgb(221,89,70); }

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

border-color css

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

 span { border-color: rgb(221,89,70); }

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