#DDA562

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

Shades of Porsche #DDA562

Tints of Porsche #DDA562

Color information

#DDA562 (or 0xDDA562) is unknown color: approx Porsche. HEX triplet: DD, A5 and 62. RGB value is (221,165,98). Sum of RGB (Red+Green+Blue) = 221+165+98=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 98 (38.67% from 255 or 20.25% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA562 is #225A9D. Grayscale: #AEAEAE. Windows color (decimal): -2251422 or 6464989. OLE color: 6464989.

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

Color convert

RGB22116598-
CMYK00.250.560.13
HSL32.68º64.4%62.55%-
HSV(B)32.68º55.66%86.67%-
XYZ45.4843.1617.49-
YUV174.1185.05161.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.66%
GREEN value IS 165 (64.84% from 255) = 34.09%
BLUE value IS 98 (38.67% from 255) = 20.25%
R=45.66%
G=34.09%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211659800.250.560.1332.6864.462.55
HexDDA56201938D21403f
Octal33524514203170154110077
Binary1101110110100101110001001100111100011011000011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA562; }

 p { color: rgb(221,165,98); }

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

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

 a { background-color: rgb(221,165,98); }

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

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

 span { border-color: rgb(221,165,98); }

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