#DFA164

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

Shades of Porsche #DFA164

Tints of Porsche #DFA164

Color information

#DFA164 (or 0xDFA164) is unknown color: approx Porsche. HEX triplet: DF, A1 and 64. RGB value is (223,161,100). Sum of RGB (Red+Green+Blue) = 223+161+100=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA164 is #205E9B. Grayscale: #ACACAC. Windows color (decimal): -2121372 or 6595039. OLE color: 6595039.

HSL color Cylindrical-coordinate representation of color #DFA164: hue angle of 29.76º 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 #DFA164 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB223161100-
CMYK00.280.550.13
HSL29.76º65.78%63.33%-
HSV(B)29.76º55.16%87.45%-
XYZ45.4842.117.79-
YUV172.5887.04163.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.07%
GREEN value IS 161 (63.28% from 255) = 33.26%
BLUE value IS 100 (39.45% from 255) = 20.66%
R=46.07%
G=33.26%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316110000.280.550.1329.7665.7863.33
HexDFA16401C37D1e423f
Octal33724114403467153610277
Binary110111111010000111001000111001101111101111101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA164; }

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

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

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

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

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

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

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

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