#DDA760

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

Shades of Porsche #DDA760

Tints of Porsche #DDA760

Color information

#DDA760 (or 0xDDA760) is unknown color: approx Porsche. HEX triplet: DD, A7 and 60. RGB value is (221,167,96). Sum of RGB (Red+Green+Blue) = 221+167+96=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA760 is #22589F. Grayscale: #AFAFAF. Windows color (decimal): -2250912 or 6334429. OLE color: 6334429.

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

Color convert

RGB22116796-
CMYK00.240.570.13
HSL34.08º64.77%62.16%-
HSV(B)34.08º56.56%86.67%-
XYZ45.7543.8517.12-
YUV175.0583.39160.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.66%
GREEN value IS 167 (65.62% from 255) = 34.50%
BLUE value IS 96 (37.89% from 255) = 19.83%
R=45.66%
G=34.50%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211679600.240.570.1334.0864.7762.16
HexDDA76001839D22413e
Octal33524714003071154210176
Binary1101110110100111110000001100011100111011000101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA760; }

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

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

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

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

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

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

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

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