Html Css Color HEX #DD523E Valencia

📋 copy color: '#DD523E'

red 221 ◦ green 82 ◦ blue 62

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

Shades of Valencia #DD523E

Tints of Valencia #DD523E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.47%

 BLUE value IS 62 (24.61% from 255) = 16.99%

R = 60.55%
G = 22.47%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD523E (or 0xDD523E) is known color: Valencia. HEX triplet: DD, 52 and 3E. RGB value is (221,82,62). Sum of RGB (Red+Green+Blue) = 221+82+62=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD523E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD523E is #22ADC1. Grayscale: #797979. Windows color (decimal): -2272706 or 4084445. OLE color: 4084445.

HSL color Cylindrical-coordinate representation of color #DD523E: hue angle of 7.55º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD523E is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 82 62 -
CMYK 0 0.63 0.72 0.13
HSL 7.55º 0.7% 0.55% -
HSV(B) 7.55º 0.72% 0.87% -
XYZ 33.71 21.75 6.98 -
YUV 121.28 94.55 199.13 -
System Red Green Blue C M Y K H S L
Decimal 221 82 62 0 0.63 0.72 0.13 7.55 0.7 0.55
Hex DD 52 3E 0 3F 48 D 8 46 37
Octal 335 122 76 0 77 110 15 10 106 67
Binary 11011101 1010010 111110 0 111111 1001000 1101 1000 1000110 110111

Color Harmonies of #DD523E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD523E

Black with #DD523E

Text Example


Text Example

White with #DD523E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD523E; }

 p { color: rgb(221,82,62); }

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

background-color css

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

 a { background-color: rgb(221,82,62); }

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

border-color css

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

 span { border-color: rgb(221,82,62); }

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