#DCA56A

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

Shades of Porsche #DCA56A

Tints of Porsche #DCA56A

Color information

#DCA56A (or 0xDCA56A) is unknown color: approx Porsche. HEX triplet: DC, A5 and 6A. RGB value is (220,165,106). Sum of RGB (Red+Green+Blue) = 220+165+106=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA56A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA56A is #235A95. Grayscale: #AFAFAF. Windows color (decimal): -2316950 or 6989276. OLE color: 6989276.

HSL color Cylindrical-coordinate representation of color #DCA56A: hue angle of 31.05º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCA56A is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB220165106-
CMYK00.250.520.14
HSL31.05º61.96%63.92%-
HSV(B)31.05º51.82%86.27%-
XYZ45.5743.1719.57-
YUV174.7289.22160.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.81%
GREEN value IS 165 (64.84% from 255) = 33.60%
BLUE value IS 106 (41.80% from 255) = 21.59%
R=44.81%
G=33.60%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016510600.250.520.1431.0561.9663.92
HexDCA56A01934E1f3e40
Octal33424515203164163776100
Binary110111001010010111010100110011101001110111111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA56A; }

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

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

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

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

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

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

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

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