Html Css Color HEX #DD524D Valencia

📋 copy color: '#DD524D'

red 221 ◦ green 82 ◦ blue 77

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

Shades of Valencia #DD524D

Tints of Valencia #DD524D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.26%

R = 58.16%
G = 21.58%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD524D (or 0xDD524D) is known color: Valencia. HEX triplet: DD, 52 and 4D. RGB value is (221,82,77). Sum of RGB (Red+Green+Blue) = 221+82+77=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD524D is #22ADB2. Grayscale: #7B7B7B. Windows color (decimal): -2272691 or 5067485. OLE color: 5067485.

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

Color convert

RGB 221 82 77 -
CMYK 0 0.63 0.65 0.13
HSL 2.08º 0.68% 0.58% -
HSV(B) 2.08º 0.65% 0.87% -
XYZ 34.18 21.94 9.46 -
YUV 122.99 102.05 197.91 -
System Red Green Blue C M Y K H S L
Decimal 221 82 77 0 0.63 0.65 0.13 2.08 0.68 0.58
Hex DD 52 4D 0 3F 41 D 2 44 3A
Octal 335 122 115 0 77 101 15 2 104 72
Binary 11011101 1010010 1001101 0 111111 1000001 1101 10 1000100 111010

Color Harmonies of #DD524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD524D

Black with #DD524D

Text Example


Text Example

White with #DD524D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD524D; }

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

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

background-color css

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

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

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

border-color css

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

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

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