#DFA264

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

Shades of Porsche #DFA264

Tints of Porsche #DFA264

Color information

#DFA264 (or 0xDFA264) is unknown color: approx Porsche. HEX triplet: DF, A2 and 64. RGB value is (223,162,100). Sum of RGB (Red+Green+Blue) = 223+162+100=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA264 is #205D9B. Grayscale: #ADADAD. Windows color (decimal): -2121116 or 6595295. OLE color: 6595295.

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

Color convert

RGB223162100-
CMYK00.270.550.13
HSL30.24º65.78%63.33%-
HSV(B)30.24º55.16%87.45%-
XYZ45.6542.4517.84-
YUV173.1786.71163.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.98%
GREEN value IS 162 (63.67% from 255) = 33.40%
BLUE value IS 100 (39.45% from 255) = 20.62%
R=45.98%
G=33.40%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316210000.270.550.1330.2465.7863.33
HexDFA26401B37D1e423f
Octal33724214403367153610277
Binary110111111010001011001000110111101111101111101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA264; }

 p { color: rgb(223,162,100); }

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

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

 a { background-color: rgb(223,162,100); }

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

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

 span { border-color: rgb(223,162,100); }

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