#D5A06A

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

Shades of Porsche #D5A06A

Tints of Porsche #D5A06A

Color information

#D5A06A (or 0xD5A06A) is unknown color: approx Porsche. HEX triplet: D5, A0 and 6A. RGB value is (213,160,106). Sum of RGB (Red+Green+Blue) = 213+160+106=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A06A is #2A5F95. Grayscale: #A9A9A9. Windows color (decimal): -2776982 or 6987989. OLE color: 6987989.

HSL color Cylindrical-coordinate representation of color #D5A06A: hue angle of 30.28º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5A06A is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB213160106-
CMYK00.250.500.16
HSL30.28º56.02%62.55%-
HSV(B)30.28º50.23%83.53%-
XYZ42.6140.3319.17-
YUV169.6992.06158.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.47%
GREEN value IS 160 (62.89% from 255) = 33.40%
BLUE value IS 106 (41.80% from 255) = 22.13%
R=44.47%
G=33.40%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316010600.250.500.1630.2856.0262.55
HexD5A06A01932101e383f
Octal3252401520316220367077
Binary110101011010000011010100110011100101000011110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A06A; }

 p { color: rgb(213,160,106); }

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

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

 a { background-color: rgb(213,160,106); }

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

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

 span { border-color: rgb(213,160,106); }

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