Html Css Color HEX #DD523F Valencia

📋 copy color: '#DD523F'

red 221 ◦ green 82 ◦ blue 63

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

Shades of Valencia #DD523F

Tints of Valencia #DD523F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.21%

R = 60.38%
G = 22.4%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD523F (or 0xDD523F) is known color: Valencia. HEX triplet: DD, 52 and 3F. RGB value is (221,82,63). Sum of RGB (Red+Green+Blue) = 221+82+63=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD523F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD523F is #22ADC0. Grayscale: #797979. Windows color (decimal): -2272705 or 4149981. OLE color: 4149981.

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

Color convert

RGB 221 82 63 -
CMYK 0 0.63 0.71 0.13
HSL 7.22º 0.7% 0.56% -
HSV(B) 7.22º 0.71% 0.87% -
XYZ 33.73 21.77 7.13 -
YUV 121.4 95.05 199.04 -
System Red Green Blue C M Y K H S L
Decimal 221 82 63 0 0.63 0.71 0.13 7.22 0.7 0.56
Hex DD 52 3F 0 3F 47 D 7 46 38
Octal 335 122 77 0 77 107 15 7 106 70
Binary 11011101 1010010 111111 0 111111 1000111 1101 111 1000110 111000

Color Harmonies of #DD523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD523F

Black with #DD523F

Text Example


Text Example

White with #DD523F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD523F; }

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

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

background-color css

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

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

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

border-color css

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

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

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