#DCA66B

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

Shades of Porsche #DCA66B

Tints of Porsche #DCA66B

Color information

#DCA66B (or 0xDCA66B) is unknown color: approx Porsche. HEX triplet: DC, A6 and 6B. RGB value is (220,166,107). Sum of RGB (Red+Green+Blue) = 220+166+107=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA66B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA66B is #235994. Grayscale: #AFAFAF. Windows color (decimal): -2316693 or 7055068. OLE color: 7055068.

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

Color convert

RGB220166107-
CMYK00.250.510.14
HSL31.33º61.75%64.12%-
HSV(B)31.33º51.36%86.27%-
XYZ45.8143.5519.9-
YUV175.4289.39159.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.62%
GREEN value IS 166 (65.23% from 255) = 33.67%
BLUE value IS 107 (42.19% from 255) = 21.70%
R=44.62%
G=33.67%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016610700.250.510.1431.3361.7564.12
HexDCA66B01933E1f3e40
Octal33424615303163163776100
Binary110111001010011011010110110011100111110111111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA66B; }

 p { color: rgb(220,166,107); }

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

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

 a { background-color: rgb(220,166,107); }

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

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

 span { border-color: rgb(220,166,107); }

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