#DD534A

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

Shades of Valencia #DD534A

Tints of Valencia #DD534A

Color information

#DD534A (or 0xDD534A) is unknown color: approx Valencia. HEX triplet: DD, 53 and 4A. RGB value is (221,83,74). Sum of RGB (Red+Green+Blue) = 221+83+74=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD534A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD534A is #22ACB5. Grayscale: #7B7B7B. Windows color (decimal): -2272438 or 4871133. OLE color: 4871133.

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

Color convert

RGB2218374-
CMYK00.620.670.13
HSL3.67º68.37%57.84%-
HSV(B)3.67º66.52%86.67%-
XYZ34.1522.058.94-
YUV123.24100.22197.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.47%
GREEN value IS 83 (32.81% from 255) = 21.96%
BLUE value IS 74 (29.30% from 255) = 19.58%
R=58.47%
G=21.96%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221837400.620.670.133.6768.3757.84
HexDD534A03E43D4443a
Octal33512311207610315410472
Binary11011101101001110010100111110100001111011001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD534A; }

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

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

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

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

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

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

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

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