#DCA269

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

Shades of Porsche #DCA269

Tints of Porsche #DCA269

Color information

#DCA269 (or 0xDCA269) is unknown color: approx Porsche. HEX triplet: DC, A2 and 69. RGB value is (220,162,105). Sum of RGB (Red+Green+Blue) = 220+162+105=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA269 is #235D96. Grayscale: #ADADAD. Windows color (decimal): -2317719 or 6922972. OLE color: 6922972.

HSL color Cylindrical-coordinate representation of color #DCA269: hue angle of 29.74º 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 #DCA269 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB220162105-
CMYK00.260.520.14
HSL29.74º62.16%63.73%-
HSV(B)29.74º52.27%86.27%-
XYZ44.9942.0819.12-
YUV172.8489.72161.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.17%
GREEN value IS 162 (63.67% from 255) = 33.26%
BLUE value IS 105 (41.41% from 255) = 21.56%
R=45.17%
G=33.26%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016210500.260.520.1429.7462.1663.73
HexDCA26901A34E1e3e40
Octal33424215103264163676100
Binary110111001010001011010010110101101001110111101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA269; }

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

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

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

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

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

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

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

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