#DCA56D

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

Shades of Porsche #DCA56D

Tints of Porsche #DCA56D

Color information

#DCA56D (or 0xDCA56D) is unknown color: approx Porsche. HEX triplet: DC, A5 and 6D. RGB value is (220,165,109). Sum of RGB (Red+Green+Blue) = 220+165+109=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA56D is #235A92. Grayscale: #AFAFAF. Windows color (decimal): -2316947 or 7185884. OLE color: 7185884.

HSL color Cylindrical-coordinate representation of color #DCA56D: hue angle of 30.27º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCA56D is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB220165109-
CMYK00.250.500.14
HSL30.27º61.33%64.51%-
HSV(B)30.27º50.45%86.27%-
XYZ45.7343.2320.4-
YUV175.0690.72160.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.53%
GREEN value IS 165 (64.84% from 255) = 33.40%
BLUE value IS 109 (42.97% from 255) = 22.06%
R=44.53%
G=33.40%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016510900.250.500.1430.2761.3364.51
HexDCA56D01932E1e3d41
Octal33424515503162163675101
Binary110111001010010111011010110011100101110111101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA56D; }

 p { color: rgb(220,165,109); }

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

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

 a { background-color: rgb(220,165,109); }

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

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

 span { border-color: rgb(220,165,109); }

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