Html Css Color HEX #DD524A Valencia

📋 copy color: '#DD524A'

red 221 ◦ green 82 ◦ blue 74

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

Shades of Valencia #DD524A

Tints of Valencia #DD524A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.63%

R = 58.62%
G = 21.75%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD524A (or 0xDD524A) is known color: Valencia. HEX triplet: DD, 52 and 4A. RGB value is (221,82,74). Sum of RGB (Red+Green+Blue) = 221+82+74=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD524A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD524A is #22ADB5. Grayscale: #7A7A7A. Windows color (decimal): -2272694 or 4870877. OLE color: 4870877.

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

Color convert

RGB 221 82 74 -
CMYK 0 0.63 0.67 0.13
HSL 3.27º 0.68% 0.58% -
HSV(B) 3.27º 0.67% 0.87% -
XYZ 34.07 21.9 8.91 -
YUV 122.65 100.55 198.15 -
System Red Green Blue C M Y K H S L
Decimal 221 82 74 0 0.63 0.67 0.13 3.27 0.68 0.58
Hex DD 52 4A 0 3F 43 D 3 44 3A
Octal 335 122 112 0 77 103 15 3 104 72
Binary 11011101 1010010 1001010 0 111111 1000011 1101 11 1000100 111010

Color Harmonies of #DD524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD524A

Black with #DD524A

Text Example


Text Example

White with #DD524A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD524A; }

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

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

background-color css

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

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

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

border-color css

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

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

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