Html Css Color HEX #DD524F Valencia

📋 copy color: '#DD524F'

red 221 ◦ green 82 ◦ blue 79

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

Shades of Valencia #DD524F

Tints of Valencia #DD524F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.68%

R = 57.85%
G = 21.47%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD524F (or 0xDD524F) is known color: Valencia. HEX triplet: DD, 52 and 4F. RGB value is (221,82,79). Sum of RGB (Red+Green+Blue) = 221+82+79=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD524F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD524F is #22ADB0. Grayscale: #7B7B7B. Windows color (decimal): -2272689 or 5198557. OLE color: 5198557.

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

Color convert

RGB 221 82 79 -
CMYK 0 0.63 0.64 0.13
HSL 1.27º 0.68% 0.59% -
HSV(B) 1.27º 0.64% 0.87% -
XYZ 34.25 21.97 9.83 -
YUV 123.22 103.05 197.74 -
System Red Green Blue C M Y K H S L
Decimal 221 82 79 0 0.63 0.64 0.13 1.27 0.68 0.59
Hex DD 52 4F 0 3F 40 D 1 44 3B
Octal 335 122 117 0 77 100 15 1 104 73
Binary 11011101 1010010 1001111 0 111111 1000000 1101 1 1000100 111011

Color Harmonies of #DD524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD524F

Black with #DD524F

Text Example


Text Example

White with #DD524F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD524F; }

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

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

background-color css

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

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

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

border-color css

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

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

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