#DDA56D

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

Shades of Porsche #DDA56D

Tints of Porsche #DDA56D

Color information

#DDA56D (or 0xDDA56D) is unknown color: approx Porsche. HEX triplet: DD, A5 and 6D. RGB value is (221,165,109). Sum of RGB (Red+Green+Blue) = 221+165+109=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA56D is #225A92. Grayscale: #AFAFAF. Windows color (decimal): -2251411 or 7185885. OLE color: 7185885.

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

Color convert

RGB221165109-
CMYK00.250.510.13
HSL30º62.22%64.71%-
HSV(B)30º50.68%86.67%-
XYZ46.0343.3920.42-
YUV175.3690.55160.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.65%
GREEN value IS 165 (64.84% from 255) = 33.33%
BLUE value IS 109 (42.97% from 255) = 22.02%
R=44.65%
G=33.33%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116510900.250.510.133062.2264.71
HexDDA56D01933D1e3e41
Octal33524515503163153676101
Binary110111011010010111011010110011100111101111101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA56D; }

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

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

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

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

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

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

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

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