#DCA062

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

Shades of Porsche #DCA062

Tints of Porsche #DCA062

Color information

#DCA062 (or 0xDCA062) is unknown color: approx Porsche. HEX triplet: DC, A0 and 62. RGB value is (220,160,98). Sum of RGB (Red+Green+Blue) = 220+160+98=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA062 is #235F9D. Grayscale: #ABABAB. Windows color (decimal): -2318238 or 6463708. OLE color: 6463708.

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

Color convert

RGB22016098-
CMYK00.270.550.14
HSL30.49º63.54%62.35%-
HSV(B)30.49º55.45%86.27%-
XYZ44.2941.2417.18-
YUV170.8786.88163.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.03%
GREEN value IS 160 (62.89% from 255) = 33.47%
BLUE value IS 98 (38.67% from 255) = 20.50%
R=46.03%
G=33.47%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201609800.270.550.1430.4963.5462.35
HexDCA06201B37E1e403e
Octal33424014203367163610076
Binary110111001010000011000100110111101111110111101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA062; }

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

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

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

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

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

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

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

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