#DD534F

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

Shades of Valencia #DD534F

Tints of Valencia #DD534F

Color information

#DD534F (or 0xDD534F) is unknown color: approx Valencia. HEX triplet: DD, 53 and 4F. RGB value is (221,83,79). Sum of RGB (Red+Green+Blue) = 221+83+79=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD534F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD534F is #22ACB0. Grayscale: #7B7B7B. Windows color (decimal): -2272433 or 5198813. OLE color: 5198813.

HSL color Cylindrical-coordinate representation of color #DD534F: hue angle of 1.69º 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 #DD534F is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB2218379-
CMYK00.620.640.13
HSL1.69º67.62%58.82%-
HSV(B)1.69º64.25%86.67%-
XYZ34.3222.129.86-
YUV123.81102.72197.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.70%
GREEN value IS 83 (32.81% from 255) = 21.67%
BLUE value IS 79 (31.25% from 255) = 20.63%
R=57.70%
G=21.67%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221837900.620.640.131.6967.6258.82
HexDD534F03E40D2443b
Octal33512311707610015210473
Binary1101110110100111001111011111010000001101101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD534F; }

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

 H1.HeaderClassName
 {
   color: #DD534F;
 }
 .AnyTagClassName
 {
   color: #DD534F;
 }
</style>
background-color css

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

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

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

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

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

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