#D9A25F

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

Shades of Porsche #D9A25F

Tints of Porsche #D9A25F

Color information

#D9A25F (or 0xD9A25F) is unknown color: approx Porsche. HEX triplet: D9, A2 and 5F. RGB value is (217,162,95). Sum of RGB (Red+Green+Blue) = 217+162+95=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 95 (37.5% from 255 or 20.04% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A25F is #265DA0. Grayscale: #ABABAB. Windows color (decimal): -2514337 or 6267609. OLE color: 6267609.

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

Color convert

RGB21716295-
CMYK00.250.560.15
HSL32.95º61.62%61.18%-
HSV(B)32.95º56.22%85.1%-
XYZ43.641.4216.52-
YUV170.8185.22160.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.78%
GREEN value IS 162 (63.67% from 255) = 34.18%
BLUE value IS 95 (37.5% from 255) = 20.04%
R=45.78%
G=34.18%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171629500.250.560.1532.9561.6261.18
HexD9A25F01938F213e3d
Octal3312421370317017417675
Binary110110011010001010111110110011110001111100001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A25F; }

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

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

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

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

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

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

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

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