#DCA466

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

Shades of Porsche #DCA466

Tints of Porsche #DCA466

Color information

#DCA466 (or 0xDCA466) is unknown color: approx Porsche. HEX triplet: DC, A4 and 66. RGB value is (220,164,102). Sum of RGB (Red+Green+Blue) = 220+164+102=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA466 is #235B99. Grayscale: #ADADAD. Windows color (decimal): -2317210 or 6726876. OLE color: 6726876.

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

Color convert

RGB220164102-
CMYK00.250.540.14
HSL31.53º62.77%63.14%-
HSV(B)31.53º53.64%86.27%-
XYZ45.1942.7318.44-
YUV173.6887.55161.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.27%
GREEN value IS 164 (64.45% from 255) = 33.74%
BLUE value IS 102 (40.23% from 255) = 20.99%
R=45.27%
G=33.74%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016410200.250.540.1431.5362.7763.14
HexDCA46601936E203f3f
Octal3342441460316616407777
Binary110111001010010011001100110011101101110100000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA466; }

 p { color: rgb(220,164,102); }

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

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

 a { background-color: rgb(220,164,102); }

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

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

 span { border-color: rgb(220,164,102); }

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