#DDA266

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

Shades of Porsche #DDA266

Tints of Porsche #DDA266

Color information

#DDA266 (or 0xDDA266) is unknown color: approx Porsche. HEX triplet: DD, A2 and 66. RGB value is (221,162,102). Sum of RGB (Red+Green+Blue) = 221+162+102=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA266 is #225D99. Grayscale: #ADADAD. Windows color (decimal): -2252186 or 6726365. OLE color: 6726365.

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

Color convert

RGB221162102-
CMYK00.270.540.13
HSL30.25º63.64%63.33%-
HSV(B)30.25º53.85%86.67%-
XYZ45.1442.1718.33-
YUV172.888.05162.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.57%
GREEN value IS 162 (63.67% from 255) = 33.40%
BLUE value IS 102 (40.23% from 255) = 21.03%
R=45.57%
G=33.40%
B=21.03%

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
Decimal22116210200.270.540.1330.2563.6463.33
HexDDA26601B36D1e403f
Octal33524214603366153610077
Binary110111011010001011001100110111101101101111101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA266; }

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

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

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

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

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

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

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

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