#dfa563

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

Shades of Porsche #DFA563

Tints of Porsche #DFA563

Color information

#DFA563 (or 0xDFA563) is unknown color: approx Porsche. HEX triplet: DF, A5 and 63. RGB value is (223,165,99). Sum of RGB (Red+Green+Blue) = 223+165+99=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 99 (39.06% from 255 or 20.33% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA563 is #205A9C. Grayscale: #AFAFAF. Windows color (decimal): -2120349 or 6530527. OLE color: 6530527.

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

Color convert

RGB22316599-
CMYK00.260.560.13
HSL31.94º65.96%63.14%-
HSV(B)31.94º55.61%87.45%-
XYZ46.1443.517.77-
YUV174.8285.22162.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.79%
GREEN value IS 165 (64.84% from 255) = 33.88%
BLUE value IS 99 (39.06% from 255) = 20.33%
R=45.79%
G=33.88%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231659900.260.560.1331.9465.9663.14
HexDFA56301A38D20423f
Octal33724514303270154010277
Binary1101111110100101110001101101011100011011000001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfa563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfa563; }

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

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

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

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

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

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

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

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