#DD524F

Color #DD524F Valencia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valencia #DD524F

Tints of Valencia #DD524F

Color information

#DD524F (or 0xDD524F) is unknown color: approx 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

RGB2218279-
CMYK00.630.640.13
HSL1.27º67.62%58.82%-
HSV(B)1.27º64.25%86.67%-
XYZ34.2521.979.83-
YUV123.22103.05197.74-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221827900.630.640.131.2767.6258.82
HexDD524F03F40D1443b
Octal33512211707710015110473
Binary110111011010010100111101111111000000110111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>