#DDA766

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

Shades of Porsche #DDA766

Tints of Porsche #DDA766

Color information

#DDA766 (or 0xDDA766) is unknown color: approx Porsche. HEX triplet: DD, A7 and 66. RGB value is (221,167,102). Sum of RGB (Red+Green+Blue) = 221+167+102=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA766 is #225899. Grayscale: #B0B0B0. Windows color (decimal): -2250906 or 6727645. OLE color: 6727645.

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

Color convert

RGB221167102-
CMYK00.240.540.13
HSL32.77º63.64%63.33%-
HSV(B)32.77º53.85%86.67%-
XYZ46.0443.9718.63-
YUV175.7486.39160.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.10%
GREEN value IS 167 (65.62% from 255) = 34.08%
BLUE value IS 102 (40.23% from 255) = 20.82%
R=45.10%
G=34.08%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116710200.240.540.1332.7763.6463.33
HexDDA76601836D21403f
Octal33524714603066154110077
Binary1101110110100111110011001100011011011011000011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA766; }

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

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

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

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

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

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

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

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