#DDA66D

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

Shades of Porsche #DDA66D

Tints of Porsche #DDA66D

Color information

#DDA66D (or 0xDDA66D) is unknown color: approx Porsche. HEX triplet: DD, A6 and 6D. RGB value is (221,166,109). Sum of RGB (Red+Green+Blue) = 221+166+109=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA66D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA66D is #225992. Grayscale: #B0B0B0. Windows color (decimal): -2251155 or 7186141. OLE color: 7186141.

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

Color convert

RGB221166109-
CMYK00.250.510.13
HSL30.54º62.22%64.71%-
HSV(B)30.54º50.68%86.67%-
XYZ46.2243.7520.48-
YUV175.9590.22160.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.56%
GREEN value IS 166 (65.23% from 255) = 33.47%
BLUE value IS 109 (42.97% from 255) = 21.98%
R=44.56%
G=33.47%
B=21.98%

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
Decimal22116610900.250.510.1330.5462.2264.71
HexDDA66D01933D1f3e41
Octal33524615503163153776101
Binary110111011010011011011010110011100111101111111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA66D; }

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

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

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

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

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

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

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

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