#DCA051

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

Shades of Porsche #DCA051

Tints of Porsche #DCA051

Color information

#DCA051 (or 0xDCA051) is unknown color: approx Porsche. HEX triplet: DC, A0 and 51. RGB value is (220,160,81). Sum of RGB (Red+Green+Blue) = 220+160+81=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA051 is #235FAE. Grayscale: #A9A9A9. Windows color (decimal): -2318255 or 5349596. OLE color: 5349596.

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

Color convert

RGB22016081-
CMYK00.270.630.14
HSL34.1º66.51%59.02%-
HSV(B)34.1º63.18%86.27%-
XYZ43.5740.9513.39-
YUV168.9378.38164.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.72%
GREEN value IS 160 (62.89% from 255) = 34.71%
BLUE value IS 81 (32.03% from 255) = 17.57%
R=47.72%
G=34.71%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201608100.270.630.1434.166.5159.02
HexDCA05101B3FE22433b
Octal33424012103377164210373
Binary1101110010100000101000101101111111111101000101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA051; }

 p { color: rgb(220,160,81); }

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

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

 a { background-color: rgb(220,160,81); }

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

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

 span { border-color: rgb(220,160,81); }

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