#DDA151

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

Shades of Porsche #DDA151

Tints of Porsche #DDA151

Color information

#DDA151 (or 0xDDA151) is unknown color: approx Porsche. HEX triplet: DD, A1 and 51. RGB value is (221,161,81). Sum of RGB (Red+Green+Blue) = 221+161+81=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA151 is #225EAE. Grayscale: #AAAAAA. Windows color (decimal): -2252463 or 5349853. OLE color: 5349853.

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

Color convert

RGB22116181-
CMYK00.270.630.13
HSL34.29º67.31%59.22%-
HSV(B)34.29º63.35%86.67%-
XYZ44.0541.4613.46-
YUV169.8277.88164.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.73%
GREEN value IS 161 (63.28% from 255) = 34.77%
BLUE value IS 81 (32.03% from 255) = 17.49%
R=47.73%
G=34.77%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211618100.270.630.1334.2967.3159.22
HexDDA15101B3FD22433b
Octal33524112103377154210373
Binary1101110110100001101000101101111111111011000101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA151; }

 p { color: rgb(221,161,81); }

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

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

 a { background-color: rgb(221,161,81); }

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

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

 span { border-color: rgb(221,161,81); }

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