#DFA565

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

Shades of Porsche #DFA565

Tints of Porsche #DFA565

Color information

#DFA565 (or 0xDFA565) is unknown color: approx Porsche. HEX triplet: DF, A5 and 65. RGB value is (223,165,101). Sum of RGB (Red+Green+Blue) = 223+165+101=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 101 (39.84% from 255 or 20.65% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA565 is #205A9A. Grayscale: #AFAFAF. Windows color (decimal): -2120347 or 6661599. OLE color: 6661599.

HSL color Cylindrical-coordinate representation of color #DFA565: hue angle of 31.48º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFA565 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB223165101-
CMYK00.260.550.13
HSL31.48º65.59%63.53%-
HSV(B)31.48º54.71%87.45%-
XYZ46.2443.5418.28-
YUV175.0586.22162.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.60%
GREEN value IS 165 (64.84% from 255) = 33.74%
BLUE value IS 101 (39.84% from 255) = 20.65%
R=45.60%
G=33.74%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316510100.260.550.1331.4865.5963.53
HexDFA56501A37D1f4240
Octal337245145032671537102100
Binary1101111110100101110010101101011011111011111110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA565; }

 p { color: rgb(223,165,101); }

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

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

 a { background-color: rgb(223,165,101); }

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

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

 span { border-color: rgb(223,165,101); }

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