#DCA267

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

Shades of Porsche #DCA267

Tints of Porsche #DCA267

Color information

#DCA267 (or 0xDCA267) is unknown color: approx Porsche. HEX triplet: DC, A2 and 67. RGB value is (220,162,103). Sum of RGB (Red+Green+Blue) = 220+162+103=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA267 is #235D98. Grayscale: #ACACAC. Windows color (decimal): -2317721 or 6791900. OLE color: 6791900.

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

Color convert

RGB220162103-
CMYK00.260.530.14
HSL30.26º62.57%63.33%-
HSV(B)30.26º53.18%86.27%-
XYZ44.8842.0418.58-
YUV172.6288.72161.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.36%
GREEN value IS 162 (63.67% from 255) = 33.40%
BLUE value IS 103 (40.62% from 255) = 21.24%
R=45.36%
G=33.40%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016210300.260.530.1430.2662.5763.33
HexDCA26701A35E1e3f3f
Octal3342421470326516367777
Binary11011100101000101100111011010110101111011110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA267; }

 p { color: rgb(220,162,103); }

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

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

 a { background-color: rgb(220,162,103); }

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

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

 span { border-color: rgb(220,162,103); }

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