#DDA35D

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

Shades of Porsche #DDA35D

Tints of Porsche #DDA35D

Color information

#DDA35D (or 0xDDA35D) is unknown color: approx Porsche. HEX triplet: DD, A3 and 5D. RGB value is (221,163,93). Sum of RGB (Red+Green+Blue) = 221+163+93=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA35D is #225CA2. Grayscale: #ACACAC. Windows color (decimal): -2251939 or 6136797. OLE color: 6136797.

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

Color convert

RGB22116393-
CMYK00.260.580.13
HSL32.81º65.31%61.57%-
HSV(B)32.81º57.92%86.67%-
XYZ44.8942.3616.17-
YUV172.3683.22162.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.33%
GREEN value IS 163 (64.06% from 255) = 34.17%
BLUE value IS 93 (36.72% from 255) = 19.50%
R=46.33%
G=34.17%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211639300.260.580.1332.8165.3161.57
HexDDA35D01A3AD21413e
Octal33524313503272154110176
Binary1101110110100011101110101101011101011011000011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA35D; }

 p { color: rgb(221,163,93); }

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

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

 a { background-color: rgb(221,163,93); }

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

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

 span { border-color: rgb(221,163,93); }

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