#D9A269

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

Shades of Porsche #D9A269

Tints of Porsche #D9A269

Color information

#D9A269 (or 0xD9A269) is unknown color: approx Porsche. HEX triplet: D9, A2 and 69. RGB value is (217,162,105). Sum of RGB (Red+Green+Blue) = 217+162+105=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A269 is #265D96. Grayscale: #ACACAC. Windows color (decimal): -2514327 or 6922969. OLE color: 6922969.

HSL color Cylindrical-coordinate representation of color #D9A269: hue angle of 30.54º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9A269 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB217162105-
CMYK00.250.520.15
HSL30.54º59.57%63.14%-
HSV(B)30.54º51.61%85.1%-
XYZ44.0941.6119.07-
YUV171.9590.22160.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.83%
GREEN value IS 162 (63.67% from 255) = 33.47%
BLUE value IS 105 (41.41% from 255) = 21.69%
R=44.83%
G=33.47%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716210500.250.520.1530.5459.5763.14
HexD9A26901934F1f3c3f
Octal3312421510316417377477
Binary11011001101000101101001011001110100111111111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A269; }

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

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

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

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

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

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

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

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