#DDA265

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

Shades of Porsche #DDA265

Tints of Porsche #DDA265

Color information

#DDA265 (or 0xDDA265) is unknown color: approx Porsche. HEX triplet: DD, A2 and 65. RGB value is (221,162,101). Sum of RGB (Red+Green+Blue) = 221+162+101=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA265 is #225D9A. Grayscale: #ACACAC. Windows color (decimal): -2252187 or 6660829. OLE color: 6660829.

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

Color convert

RGB221162101-
CMYK00.270.540.13
HSL30.5º63.83%63.14%-
HSV(B)30.5º54.3%86.67%-
XYZ45.0942.1518.07-
YUV172.6987.55162.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.66%
GREEN value IS 162 (63.67% from 255) = 33.47%
BLUE value IS 101 (39.84% from 255) = 20.87%
R=45.66%
G=33.47%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116210100.270.540.1330.563.8363.14
HexDDA26501B36D1f403f
Octal33524214503366153710077
Binary110111011010001011001010110111101101101111111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA265; }

 p { color: rgb(221,162,101); }

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

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

 a { background-color: rgb(221,162,101); }

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

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

 span { border-color: rgb(221,162,101); }

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